diff --git a/apps/warehouse/services/warehouse_allocation_service.py b/apps/warehouse/services/warehouse_allocation_service.py index e3b89af..7a909dc 100644 --- a/apps/warehouse/services/warehouse_allocation_service.py +++ b/apps/warehouse/services/warehouse_allocation_service.py @@ -43,6 +43,7 @@ class WarehouseAllocationService: ) stat.inventory_received += allocate_weight + stat.inventory_entry_balance += allocate_weight stat.remaining_amount -= allocate_weight stat.save()