mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
chore: changed sort_order to DESC for customer (#38498)
(cherry picked from commit 6bc40373f2)
Co-authored-by: Sherin KR <sherinkrply@gmail.com>
This commit is contained in:
@@ -651,7 +651,7 @@
|
|||||||
"search_fields": "customer_name,customer_group,territory, mobile_no,primary_address",
|
"search_fields": "customer_name,customer_group,territory, mobile_no,primary_address",
|
||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "ASC",
|
"sort_order": "DESC",
|
||||||
"states": [],
|
"states": [],
|
||||||
"title_field": "customer_name",
|
"title_field": "customer_name",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user