Skip to content

Commit a508feb

Browse files
committed
fix: make additional data read-only and avoid accidential schema invalidations
1 parent 8d6aa6d commit a508feb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

erpnext/edi/doctype/common_code/common_code.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
{
5858
"fieldname": "additional_data",
5959
"fieldtype": "Code",
60-
"label": "Additional Data"
60+
"label": "Additional Data",
61+
"max_height": "190px",
62+
"read_only": 1
6163
},
6264
{
6365
"fieldname": "description",
@@ -68,7 +70,7 @@
6870
}
6971
],
7072
"links": [],
71-
"modified": "2024-10-01 13:19:14.087201",
73+
"modified": "2024-10-01 13:24:29.299539",
7274
"modified_by": "Administrator",
7375
"module": "EDI",
7476
"name": "Common Code",

0 commit comments

Comments
 (0)