fix: remove item name from update items dialog item code column (backport #55718) (#55723)

Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com>
Co-authored-by: Abdullah <frappe@LAPTOP-4E788RM4.localdomain>
fix: remove item name from update items dialog item code column (#55718)
This commit is contained in:
mergify[bot]
2026-06-08 15:42:38 +05:30
committed by GitHub
parent ecd3a19912
commit 497c3a5e83

View File

@@ -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") {