mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-08 21:12:32 +00:00
fix: update items fetches wrong item code
(cherry picked from commit ba96d37c11)
This commit is contained in:
@@ -667,7 +667,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