[fixes] fixed the pricing rule issue https://github.com/frappe/erpnext/issues/8493
This commit is contained in:
parent
0633df5872
commit
ba41242f1f
@ -275,7 +275,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
||||
doctype: me.frm.doc.doctype,
|
||||
name: me.frm.doc.name,
|
||||
project: item.project || me.frm.doc.project,
|
||||
qty: item.qty,
|
||||
qty: item.qty || 1,
|
||||
stock_qty: item.stock_qty,
|
||||
conversion_factor: item.conversion_factor
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user