From 7b363db58295ad5bad3ff0fbbe9977b4104af134 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:09:31 +0530 Subject: [PATCH] chore: changed sort_order to DESC for customer (backport #38498) (#38501) 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 3b971231135..31bbbcf51b8 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