fix - while loop in warehouse allocation service

This commit is contained in:
2025-11-22 09:50:14 +03:30
parent 70e5ef8cf3
commit 05c3955ece

View File

@@ -64,4 +64,4 @@ class WarehouseAllocationService:
stat = stat.first()
stat.inventory_received += entry.weight
stat.save()
org = org.parent_organization
org = org.parent_organization