Merge pull request #17301 from rohitwaghchaure/fixed_received_qty_showing_incorrect

fix: received qty in the purchase order item showing incorrect if user has returned the rejected quantity
This commit is contained in:
rohitwaghchaure
2019-04-24 15:08:39 +05:30
committed by GitHub

View File

@@ -31,7 +31,7 @@ class PurchaseReceipt(BuyingController):
'target_parent_dt': 'Purchase Order',
'target_parent_field': 'per_received',
'target_ref_field': 'qty',
'source_field': 'qty',
'source_field': 'received_qty',
'percent_join_field': 'purchase_order',
'overflow_type': 'receipt'
},