Merge pull request #47219 from barredterra/find-row
fix: find table row
This commit is contained in:
@@ -722,7 +722,7 @@ erpnext.utils.update_child_items = function (opts) {
|
||||
} = r.message;
|
||||
|
||||
const row = dialog.fields_dict.trans_items.df.data.find(
|
||||
(doc) => doc.idx == me.doc.idx
|
||||
(row) => row.name == me.doc.name
|
||||
);
|
||||
if (row) {
|
||||
Object.assign(row, {
|
||||
|
||||
Reference in New Issue
Block a user