From c68afda33d24bb5d4dfa5279d530baad0f80bafb Mon Sep 17 00:00:00 2001 From: Quim Gil Date: Wed, 24 May 2023 14:38:42 +0200 Subject: [PATCH] Removes obsolete "Serbia and Montenegro" on civicrm_country.tpl "Serbia and Montenegro" is still listed as common entity even if the ISO made a change separating both countries in 2006. "Serbia" and "Montenegro" are already listed with their correct ISO codes. --- xml/templates/civicrm_country.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/xml/templates/civicrm_country.tpl b/xml/templates/civicrm_country.tpl index 93dd535249..50ecfaaea1 100644 --- a/xml/templates/civicrm_country.tpl +++ b/xml/templates/civicrm_country.tpl @@ -262,7 +262,6 @@ INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1235", "Wallis and Futuna", "WF", "4", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1236", "Western Sahara", "EH", "3", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1237", "Yemen", "YE", "3", "0"); -INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1238", "Serbia and Montenegro", "CS", "1", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1239", "Zambia", "ZM", "5", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1240", "Zimbabwe", "ZW", "5", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1241", "Åland Islands", "AX", "1", "0"); -- 2.25.1