fix: get item from product bundle

This commit is contained in:
Anurag Mishra
2019-08-09 13:35:01 +05:30
parent f9d3df9531
commit dd5a818d6a

View File

@@ -391,7 +391,8 @@ erpnext.buying.get_items_from_product_bundle = function(frm) {
company: frm.doc.company,
is_subcontracted: frm.doc.is_subcontracted,
transaction_date: frm.doc.transaction_date || frm.doc.posting_date,
ignore_pricing_rule: frm.doc.ignore_pricing_rule
ignore_pricing_rule: frm.doc.ignore_pricing_rule,
doctype: frm.doc.doctype
}
},
freeze: true,