This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 5643c44 Added missing GeoAssoc data for Ladakh geo
5643c44 is described below
commit 5643c442e478c4044c646b993d205fb02a0d241a
Author: Deepak Dixit <
[hidden email]>
AuthorDate: Sat Feb 22 13:03:01 2020 +0530
Added missing GeoAssoc data for Ladakh geo
(OFBIZ-11399)
---
framework/common/data/GeoData_IN.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/common/data/GeoData_IN.xml b/framework/common/data/GeoData_IN.xml
index 3016294..e9fef72 100644
--- a/framework/common/data/GeoData_IN.xml
+++ b/framework/common/data/GeoData_IN.xml
@@ -75,6 +75,7 @@ under the License.
<GeoAssoc geoId="IND" geoIdTo="IN-JH" geoAssocTypeId="REGIONS"/>
<GeoAssoc geoId="IND" geoIdTo="IN-KA" geoAssocTypeId="REGIONS"/>
<GeoAssoc geoId="IND" geoIdTo="IN-KL" geoAssocTypeId="REGIONS"/>
+ <GeoAssoc geoId="IND" geoIdTo="IN-LA" geoAssocTypeId="REGIONS"/>
<GeoAssoc geoId="IND" geoIdTo="IN-LD" geoAssocTypeId="REGIONS"/>
<GeoAssoc geoId="IND" geoIdTo="IN-MP" geoAssocTypeId="REGIONS"/>
<GeoAssoc geoId="IND" geoIdTo="IN-MH" geoAssocTypeId="REGIONS"/>