fix: Make Rate read-only by default

This commit is contained in:
GangaManoj
2021-09-01 15:11:08 +05:30
parent 39ff46afa8
commit c757198d8b

View File

@@ -224,14 +224,15 @@
"fieldtype": "Currency", "fieldtype": "Currency",
"in_list_view": 1, "in_list_view": 1,
"label": "Rate", "label": "Rate",
"print_hide": 1 "print_hide": 1,
"read_only": 1
} }
], ],
"idx": 1, "idx": 1,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2021-08-27 01:20:55.308822", "modified": "2021-09-01 15:10:29.646399",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packed Item", "name": "Packed Item",