mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
chore: hide docfield in list view
(cherry picked from commit 98afb4d468)
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "docfield_name",
|
"fieldname": "docfield_name",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"in_list_view": 1,
|
|
||||||
"label": "DocField",
|
"label": "DocField",
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
@@ -47,7 +46,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-02-04 10:55:52.060417",
|
"modified": "2024-02-05 17:35:09.556054",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Transaction Deletion Record Details",
|
"name": "Transaction Deletion Record Details",
|
||||||
|
|||||||
Reference in New Issue
Block a user