From b813964ee3a3b209954c61b113ec3079a43bf184 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:09:20 +0530 Subject: [PATCH] chore: changed sort_order to DESC for customer (backport #38498) (#38500) chore: changed sort_order to DESC for customer (#38498) (cherry picked from commit 6bc40373f234af10ce4490529e96c5348d27b7df) Co-authored-by: Sherin KR --- 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 87e5c5d0eec..c3c7766b9f5 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -651,7 +651,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