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