fix: add item_name to quick entry fields in Item doctype (#53530)

This commit is contained in:
Abdus Samad
2026-03-17 10:56:30 +05:30
committed by GitHub
parent ef32622166
commit 65ed936ff3

View File

@@ -167,6 +167,7 @@
"set_only_once": 1 "set_only_once": 1
}, },
{ {
"allow_in_quick_entry": 1,
"bold": 1, "bold": 1,
"fieldname": "item_name", "fieldname": "item_name",
"fieldtype": "Data", "fieldtype": "Data",