Merge pull request #19403 from eileenmcnaughton/mem_order
[civicrm-core.git] / xml / templates / civicrm_state_province.tpl
index a11b5472757c26eae2c22e56c2691ebcc8b42f18..ad35bf236bd0a60fd30e8bf640514852d6971107 100644 (file)
@@ -3682,10 +3682,10 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
 -- department of France (CRM-4769)
 (10009, 1076, "39", "Jura"),
 
--- new Italian provinces, as yet without codes (CRM-5048)
-(10010, 1107, "Bar", "Barletta-Andria-Trani"),
-(10011, 1107, "Fer", "Fermo"),
-(10012, 1107, "Mon", "Monza e Brianza"),
+-- new Italian provinces (CRM-5048)
+(10010, 1107, "BT", "Barletta-Andria-Trani"),
+(10011, 1107, "FM", "Fermo"),
+(10012, 1107, "MB", "Monza e Brianza"),
 
 -- new UK provinces (CRM-5224)
 (10013, 1226, "CWD", "Clwyd"),
@@ -4138,4 +4138,7 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
 (NULL, 1226, "RCT", "Rhondda, Cynon, Taff"),
 (NULL, 1226, "SWA", "Swansea"),
 (NULL, 1226, "TOF", "Torfaen"),
-(NULL, 1226, "WRX", "Wrexham");
+(NULL, 1226, "WRX", "Wrexham"),
+
+-- Add missing state for South Korea
+(NULL, 1115, "50", "Sejong");