chore: changed sort_order to DESC for customer (#38498)

This commit is contained in:
Sherin KR 2023-12-01 19:07:28 +05:30 committed by GitHub
parent 68aee8c144
commit 6bc40373f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -665,7 +665,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