From 5eb9461cfd3187a74bad789ecc4c2331456c622e Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Mon, 8 Jun 2026 13:54:42 +0530 Subject: [PATCH] fix: remove item name from update items dialog item code column (#55718) Co-authored-by: Abdullah --- 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 7e41db68b83..4a2fcbfb108 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") {