nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Serializer JSON for Converting Loan to Disbursement #200

Closed ankitkayastha closed 7 years ago

ankitkayastha commented 7 years ago

After converting a loan to a disbursement, the quantity of the item still shows the original quantity. But theoretically, since the item is now disbursed, the quantity should subtract the amount that is disbursed to reflect that. When getting the detailed view of a cart, the item quantity still seems to show the old quantity instead of the updated one.