Actual Qty added to Material Request Item

This commit is contained in:
Kanchan Chauhan
2016-09-19 00:22:37 +05:30
parent cf7a36ac26
commit d1d129edf0
2 changed files with 28 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
var item = frappe.get_doc(cdt, cdn);
if(item.item_code && item.warehouse) {
return this.frm.call({
method: "erpnext.stock.get_item_details.get_projected_qty",
method: "erpnext.stock.get_item_details.get_bin_details",
child: item,
args: {
item_code: item.item_code,