From 851e2019d6839ec37a927cfe9968a1bfd4288460 Mon Sep 17 00:00:00 2001 From: jsnyder83 Date: Mon, 29 Dec 2014 18:30:55 +0700 Subject: [PATCH] Updating Indonesian Provinces - added Kalimantan Utara, updated abbreviations for a few incorrect entries --- xml/templates/civicrm_state_province.tpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xml/templates/civicrm_state_province.tpl b/xml/templates/civicrm_state_province.tpl index af6c153ae4..1c6a3b7a9a 100644 --- a/xml/templates/civicrm_state_province.tpl +++ b/xml/templates/civicrm_state_province.tpl @@ -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"), @@ -3913,6 +3913,8 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES -- Add missing Peruvian State (Amazonas) (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 +-- Add missing Indonesian provinces (Kalimantan Tengah, Sulawesi Barat, Kalimantan Utara) and revised outdated names in code above +(NULL, 1102, "KT", "Kalimantan Tengah"), -- added, updated abbreviation +(NULL, 1102, "SR", "Sulawesi Barat") -- added, updated abbreviation +(NULL, 1102, "KU", "Kalimantan Utara"); -- added + -- 2.25.1