mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
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:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user