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

@@ -411,4 +411,10 @@ erpnext.patches.v14_0.update_full_name_in_contract
erpnext.patches.v15_0.drop_sle_indexes
erpnext.patches.v15_0.update_pick_list_fields
erpnext.patches.v15_0.update_pegged_currencies
<<<<<<< HEAD
erpnext.patches.v15_0.set_company_on_pos_inv_merge_log
=======
erpnext.patches.v15_0.set_status_cancelled_on_cancelled_pos_opening_entry_and_pos_closing_entry
erpnext.patches.v15_0.set_company_on_pos_inv_merge_log
erpnext.patches.v15_0.rename_price_list_to_buying_price_list
>>>>>>> adb9a6bc15 (fix: field name of price_list in material request)