mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 07:47: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:
@@ -665,7 +665,7 @@
|
||||
"search_fields": "customer_name,customer_group,territory, mobile_no,primary_address",
|
||||
"show_name_in_global_search": 1,
|
||||
"sort_field": "modified",
|
||||
"sort_order": "ASC",
|
||||
"sort_order": "DESC",
|
||||
"states": [],
|
||||
"title_field": "customer_name",
|
||||
"track_changes": 1
|
||||
|
||||
Reference in New Issue
Block a user