mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 15:38:39 +00:00
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:
@@ -651,6 +651,7 @@ erpnext.utils.update_child_items = function (opts) {
|
|||||||
read_only: 0,
|
read_only: 0,
|
||||||
disabled: 0,
|
disabled: 0,
|
||||||
label: __("Item Code"),
|
label: __("Item Code"),
|
||||||
|
formatter: (value) => value,
|
||||||
get_query: function () {
|
get_query: function () {
|
||||||
let filters;
|
let filters;
|
||||||
if (frm.doc.doctype == "Sales Order") {
|
if (frm.doc.doctype == "Sales Order") {
|
||||||
|
|||||||
Reference in New Issue
Block a user