fix: make quick entry for Tax Category work

This commit is contained in:
barredterra 2021-03-03 11:52:48 +01:00
parent 82c6223196
commit 53d261702a

View File

@ -11,15 +11,18 @@
], ],
"fields": [ "fields": [
{ {
"allow_in_quick_entry": 1,
"fieldname": "title", "fieldname": "title",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1,
"label": "Title", "label": "Title",
"reqd": 1,
"unique": 1 "unique": 1
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2020-08-30 19:41:25.783852", "modified": "2021-03-03 11:50:38.748872",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Tax Category", "name": "Tax Category",