Merge pull request #52828 from frappe/mergify/bp/version-15-hotfix/pr-52825

fix: update items fetches wrong item code (backport #52825)
This commit is contained in:
Mihir Kandoi
2026-02-20 14:26:37 +05:30
committed by GitHub

View File

@@ -671,7 +671,7 @@ erpnext.utils.update_child_items = function (opts) {
filters: filters, filters: filters,
}; };
}, },
onchange: function () { change: function () {
const me = this; const me = this;
frm.call({ frm.call({