fix - set quota stat inventory entry balance

This commit is contained in:
2025-11-22 13:36:36 +03:30
parent 1da2582976
commit cd0931b2e2

View File

@@ -43,6 +43,7 @@ class WarehouseAllocationService:
)
stat.inventory_received += allocate_weight
stat.inventory_entry_balance += allocate_weight
stat.remaining_amount -= allocate_weight
stat.save()