mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
fix: field name of price_list in material request
(cherry picked from commit adb9a6bc15)
# Conflicts:
# erpnext/patches.txt
# erpnext/stock/doctype/material_request/material_request.py
# erpnext/stock/doctype/packed_item/packed_item.py
This commit is contained in:
@@ -582,7 +582,6 @@ erpnext.buying.get_items_from_product_bundle = function(frm) {
|
||||
ignore_pricing_rule: frm.doc.ignore_pricing_rule,
|
||||
doctype: frm.doc.doctype
|
||||
},
|
||||
price_list: frm.doc.price_list,
|
||||
},
|
||||
freeze: true,
|
||||
callback: function(r) {
|
||||
|
||||
Reference in New Issue
Block a user