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:
ruthra kumar
2025-02-07 19:50:15 +05:30
committed by GitHub

View File

@@ -635,7 +635,7 @@ erpnext.utils.update_child_items = function (opts) {
method: "erpnext.stock.get_item_details.get_item_details",
args: {
doc: frm.doc,
ctx: {
args: {
item_code: this.value,
set_warehouse: frm.doc.set_warehouse,
customer: frm.doc.customer || frm.doc.party_name,