Closed ankitkayastha closed 7 years ago
it seems as though when the quantity to return is being updated, sometimes returned_quantity is being added to the original quantity, and sometimes it isn't.
https://github.com/nesh170/asap-inventory-system/pull/209
The root cause was because i did loan.returned_quantity = quantity thus not appending.
it seems as though when the quantity to return is being updated, sometimes returned_quantity is being added to the original quantity, and sometimes it isn't.