fix - set quota stat inventory entry balance
This commit is contained in:
@@ -43,6 +43,7 @@ class WarehouseAllocationService:
|
|||||||
)
|
)
|
||||||
|
|
||||||
stat.inventory_received += allocate_weight
|
stat.inventory_received += allocate_weight
|
||||||
|
stat.inventory_entry_balance += allocate_weight
|
||||||
stat.remaining_amount -= allocate_weight
|
stat.remaining_amount -= allocate_weight
|
||||||
stat.save()
|
stat.save()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user