fix: Price list conversion for other UOM from stock UOM item price (#17386)

* fix: Price list for UOM other than stock UOM

-Fixes conversion from default UOM item price to  other UOMs

* fix: Typo
This commit is contained in:
Suraj Shetty
2019-04-29 23:18:47 +05:30
committed by GitHub
parent 4b21225cf4
commit c87b47a575
2 changed files with 9 additions and 8 deletions

View File

@@ -1199,6 +1199,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
"qty": d.qty,
"stock_qty": d.stock_qty,
"uom": d.uom,
"stock_uom": d.stock_uom,
"parenttype": d.parenttype,
"parent": d.parent,
"pricing_rules": d.pricing_rules,