commit | 482d29dc53d8fa4e2c54ce45ae73cd1bd025ee55 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Jun 06 20:34:08 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri Jun 06 20:34:08 2014 +0530 |
tree | 63bd051df0fe9b3ca529a85cf19ec50b429a7ad0 | |
parent | cd0aed993a16a75331c93644d3c598be77a4ff25 [diff] |
Fixed Purchase Receipt qty trigger
diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js index 5851709..f80b4f8 100644 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js
@@ -64,7 +64,7 @@ item.rejected_qty = flt(item.received_qty - item.qty, precision("rejected_qty", item)); } - this._super(); + this._super(doc, cdt, cdn); }, rejected_qty: function(doc, cdt, cdn) {