From df6471ee700feefbd4672d03d3ff5a396c195780 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 16 Dec 2015 12:43:26 +0530 Subject: [PATCH] [fix] sort country by country_name --- frappe/geo/doctype/country/country.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frappe/geo/doctype/country/country.json b/frappe/geo/doctype/country/country.json index 503d098590..e2e03b5ebe 100644 --- a/frappe/geo/doctype/country/country.json +++ b/frappe/geo/doctype/country/country.json @@ -26,6 +26,7 @@ "oldfieldtype": "Data", "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 1, @@ -48,6 +49,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -70,6 +72,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -92,6 +95,7 @@ "no_copy": 0, "permlevel": 0, "print_hide": 0, + "print_hide_if_no_value": 0, "read_only": 0, "report_hide": 0, "reqd": 0, @@ -110,7 +114,8 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2015-11-16 06:29:43.937722", + "menu_index": 0, + "modified": "2015-12-16 02:12:12.092442", "modified_by": "Administrator", "module": "Geo", "name": "Country", @@ -158,5 +163,7 @@ } ], "read_only": 0, - "read_only_onload": 0 + "read_only_onload": 0, + "sort_field": "country_name", + "sort_order": "ASC" } \ No newline at end of file