From 61e96f3fb5d247fab088a62217dc62706f4e9683 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Tue, 13 May 2025 18:13:26 +0200 Subject: [PATCH] fix: find table row --- erpnext/public/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 9707d64c2f3..0a89be379ed 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -721,7 +721,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, {