Skip to content

Commit

Permalink
Merge pull request #45796 from frappe/mergify/copy/version-14-hotfix/…
Browse files Browse the repository at this point in the history
…pr-45770

Fix: Update `ctx` to `args` for compatibility. (copy #45770)
  • Loading branch information
ruthra-kumar authored Feb 7, 2025
2 parents 09cefd9 + 573ce64 commit ceb5997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/public/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ceb5997

Please sign in to comment.