From 6bc40373f234af10ce4490529e96c5348d27b7df Mon Sep 17 00:00:00 2001 From: Sherin KR Date: Fri, 1 Dec 2023 19:07:28 +0530 Subject: [PATCH] chore: changed sort_order to DESC for customer (#38498) --- erpnext/selling/doctype/customer/customer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index 3b97123113..31bbbcf51b 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -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