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:
Mihir Kandoi
2025-07-11 21:15:01 +05:30
committed by Mergify
parent 6e10b53e24
commit ee6ef03e24
7 changed files with 36 additions and 9 deletions

View File

@@ -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) {