From 05c3955ece07f105d44a846a1c63ebd3d6931441 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sat, 22 Nov 2025 09:50:14 +0330 Subject: [PATCH] fix - while loop in warehouse allocation service --- apps/warehouse/services/warehouse_allocation_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/warehouse/services/warehouse_allocation_service.py b/apps/warehouse/services/warehouse_allocation_service.py index 1ea1f02..ce06ed0 100644 --- a/apps/warehouse/services/warehouse_allocation_service.py +++ b/apps/warehouse/services/warehouse_allocation_service.py @@ -64,4 +64,4 @@ class WarehouseAllocationService: stat = stat.first() stat.inventory_received += entry.weight stat.save() - org = org.parent_organization + org = org.parent_organization