You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2020/02/22 07:26:28 UTC

[ofbiz-framework] branch release17.12 updated: Update India Geo information according to ISO notifications 2019-11-22 (OFBIZ-11399)

This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new c315244  Update India Geo information according to ISO notifications 2019-11-22 (OFBIZ-11399)
c315244 is described below

commit c315244900005c36730580b235a9c72733b512ca
Author: Deepak Dixit <de...@hotwax.co>
AuthorDate: Sat Feb 22 12:52:45 2020 +0530

    Update India Geo information according to ISO notifications 2019-11-22
    (OFBIZ-11399)
    
    Change of subdivision category from state to Union territory for IN-JK; Addition of Union territory IN-LA;
---
 framework/common/data/GeoData_IN.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/framework/common/data/GeoData_IN.xml b/framework/common/data/GeoData_IN.xml
index 6b31e2e..0fa95ee 100644
--- a/framework/common/data/GeoData_IN.xml
+++ b/framework/common/data/GeoData_IN.xml
@@ -33,10 +33,11 @@ under the License.
     <Geo abbreviation="GJ" geoCode="GJ" geoId="IN-GJ" geoName="Gujarat" geoTypeId="STATE"/>
     <Geo abbreviation="HR" geoCode="HR" geoId="IN-HR" geoName="Haryana" geoTypeId="STATE"/>
     <Geo abbreviation="HP" geoCode="HP" geoId="IN-HP" geoName="Himachal Pradesh" geoTypeId="STATE"/>
-    <Geo abbreviation="JK" geoCode="JK" geoId="IN-JK" geoName="Jammu and Kashmir" geoTypeId="STATE"/>
+    <Geo abbreviation="JK" geoCode="JK" geoId="IN-JK" geoName="Jammu and Kashmir" geoTypeId="TERRITORY"/>
     <Geo abbreviation="JH" geoCode="JH" geoId="IN-JH" geoName="Jharkhand" geoTypeId="STATE"/>
     <Geo abbreviation="KA" geoCode="KA" geoId="IN-KA" geoName="Karnataka" geoTypeId="STATE"/>
     <Geo abbreviation="KL" geoCode="KL" geoId="IN-KL" geoName="Kerala" geoTypeId="STATE"/>
+    <Geo abbreviation="LA" geoCode="LA" geoId="IN-LA" geoName="Ladakh" geoTypeId="TERRITORY"/>
     <Geo abbreviation="LD" geoCode="LD" geoId="IN-LD" geoName="Lakshadweep" geoTypeId="TERRITORY"/>
     <Geo abbreviation="MP" geoCode="MP" geoId="IN-MP" geoName="Madhya Pradesh" geoTypeId="STATE"/>
     <Geo abbreviation="MH" geoCode="MH" geoId="IN-MH" geoName="Maharashtra" geoTypeId="STATE"/>