From 497c3a5e83b523983517972ef227c14a35304c7e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:42:38 +0530 Subject: [PATCH] fix: remove item name from update items dialog item code column (backport #55718) (#55723) Co-authored-by: Mihir Kandoi Co-authored-by: Abdullah fix: remove item name from update items dialog item code column (#55718) --- erpnext/public/js/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 935cae7f571..8ac38f5cd24 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js @@ -734,6 +734,7 @@ erpnext.utils.update_child_items = function (opts) { read_only: 0, disabled: 0, label: __("Item Code"), + formatter: (value) => value, get_query: function () { let filters; if (frm.doc.doctype == "Sales Order") {