Merge pull request #45796 from frappe/mergify/copy/version-14-hotfix/pr-45770
Fix: Update `ctx` to `args` for compatibility. (copy #45770)
This commit is contained in:
@@ -635,7 +635,7 @@ erpnext.utils.update_child_items = function (opts) {
|
|||||||
method: "erpnext.stock.get_item_details.get_item_details",
|
method: "erpnext.stock.get_item_details.get_item_details",
|
||||||
args: {
|
args: {
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
ctx: {
|
args: {
|
||||||
item_code: this.value,
|
item_code: this.value,
|
||||||
set_warehouse: frm.doc.set_warehouse,
|
set_warehouse: frm.doc.set_warehouse,
|
||||||
customer: frm.doc.customer || frm.doc.party_name,
|
customer: frm.doc.customer || frm.doc.party_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user