mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
chore: hide some internal fields
(cherry picked from commit bd3dc6482e)
This commit is contained in:
@@ -61,12 +61,14 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "current_node",
|
"fieldname": "current_node",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
|
"hidden": 1,
|
||||||
"label": "Current Node",
|
"label": "Current Node",
|
||||||
"options": "Nodes"
|
"options": "Nodes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "sandbox",
|
"fieldname": "sandbox",
|
||||||
"fieldtype": "HTML",
|
"fieldtype": "HTML",
|
||||||
|
"hidden": 1,
|
||||||
"label": "sandbox"
|
"label": "sandbox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -129,7 +131,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-09-26 21:07:14.290963",
|
"modified": "2023-09-26 21:25:48.779453",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Bisect Accounting Statements",
|
"name": "Bisect Accounting Statements",
|
||||||
|
|||||||
Reference in New Issue
Block a user