Merge pull request #45795 from frappe/mergify/bp/version-15/pr-45770

Fix: Update `ctx` to `args` for compatibility. (backport #45770)
This commit is contained in:
ruthra kumar
2025-02-07 19:50:45 +05:30
committed by GitHub

View File

@@ -661,7 +661,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,