2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-18 15:28:38 +00:00

style fix

This commit is contained in:
Oliver
2022-03-16 23:27:39 +11:00
parent e2179fb4d1
commit c49cd52df7
+1 -1
View File
@@ -1353,7 +1353,7 @@ class Part(MPTTModel):
line__order__status__in=SalesOrderStatus.OPEN,
shipment__shipment_date=None,
)
return queryset
def sales_order_allocation_count(self, **kwargs):