mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
perf: index disabled in Item
This commit is contained in:
@@ -194,7 +194,8 @@
|
||||
"default": "0",
|
||||
"fieldname": "disabled",
|
||||
"fieldtype": "Check",
|
||||
"label": "Disabled"
|
||||
"label": "Disabled",
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
@@ -911,7 +912,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"make_attachments_public": 1,
|
||||
"modified": "2023-02-14 04:48:26.343620",
|
||||
"modified": "2023-07-14 17:18:18.658942",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item",
|
||||
|
||||
Reference in New Issue
Block a user