fix(bom-uom_issue)Fetch rate in BOM from Price List based on UOM

This commit is contained in:
Nabin Hait
2019-01-04 11:04:37 +05:30
parent 3dde949419
commit 158e7dcd8b
6 changed files with 121 additions and 24 deletions

View File

@@ -441,6 +441,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
weight_per_unit: item.weight_per_unit,
weight_uom: item.weight_uom,
uom : item.uom,
stock_uom: item.stock_uom,
pos_profile: me.frm.doc.doctype == 'Sales Invoice' ? me.frm.doc.pos_profile : '',
cost_center: item.cost_center
}