mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +00:00
feat: add search field for contract doctype
(cherry picked from commit 0665691b88)
This commit is contained in:
@@ -257,7 +257,7 @@
|
|||||||
"grid_page_length": 50,
|
"grid_page_length": 50,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-06-19 17:27:19.908421",
|
"modified": "2025-06-19 17:48:45.049007",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Contract",
|
"name": "Contract",
|
||||||
@@ -326,6 +326,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"row_format": "Dynamic",
|
"row_format": "Dynamic",
|
||||||
|
"search_fields": "party_type, party_name, contract_template",
|
||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
|
|||||||
Reference in New Issue
Block a user