From c49cd52df78e2847052c91f87976f7355d075aad Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 16 Mar 2022 23:27:39 +1100 Subject: [PATCH] style fix --- InvenTree/part/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/part/models.py b/InvenTree/part/models.py index ebb3a1a50d..2adadeb8ce 100644 --- a/InvenTree/part/models.py +++ b/InvenTree/part/models.py @@ -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):