Update civicrm_state_province.tpl
authorjsnyder83 <jsnyder83@gmail.com>
Mon, 29 Dec 2014 11:36:24 +0000 (18:36 +0700)
committerjsnyder83 <jsnyder83@gmail.com>
Mon, 29 Dec 2014 11:36:24 +0000 (18:36 +0700)
correcting Indonesian province abbreviations, adding Kalimantan Utara

xml/templates/civicrm_state_province.tpl

index af6c153ae48f67767c821ca86a933617eb80b263..638b904a6e2997e7cfbea1b6a917169aea4245ab 100644 (file)
@@ -1548,7 +1548,7 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
 (3063, 1102, "JT", "Jawa Tengah"),
 (3064, 1102, "JI", "Jawa Timur"),
 (3065, 1102, "KB", "Kalimantan Barat"),
-(3066, 1102, "KT", "Kalimantan Timur"),
+(3066, 1102, "KI", "Kalimantan Timur"), -- updated abbreviation
 (3067, 1102, "KS", "Kalimantan Selatan"),
 (3068, 1102, "KR", "Kepulauan Riau"),
 (3069, 1102, "LA", "Lampung"),
@@ -3914,5 +3914,6 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
 (NULL, 1169, "AMA", "Amazonas"),
 
 -- Add missing Indonesian provinces (Kalimantan Tengah, Sulawesi Barat) and revised outdated names in code above
-(NULL, 1102, "KLTG", "Kalimantan Tengah"), -- added
-(NULL, 1102, "SLBT", "Sulawesi Barat"); -- added
+(NULL, 1102, "KT", "Kalimantan Tengah"), -- added, updated abbreviation
+(NULL, 1102, "SR", "Sulawesi Barat") -- added, updated abbreviation
+(NULL, 1102, "KU", "Kalimantan Utara"); -- added