Author: deepak Date: Fri Jan 19 12:31:19 2018 New Revision: 1821640 URL: http://svn.apache.org/viewvc?rev=1821640&view=rev Log: Applied manual fix from trunk r#1821628 Fixed: GeoAssoc data is missing for Telangana state of India (OFBIZ-10172) Thanks Suraj Khurana for your contribution
Modified: ofbiz/branches/release16.11/framework/common/data/GeoData_IN.xml Modified: ofbiz/branches/release16.11/framework/common/data/GeoData_IN.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/framework/common/data/GeoData_IN.xml?rev=1821640&r1=1821639&r2=1821640&view=diff ============================================================================== --- ofbiz/branches/release16.11/framework/common/data/GeoData_IN.xml (original) +++ ofbiz/branches/release16.11/framework/common/data/GeoData_IN.xml Fri Jan 19 12:31:19 2018 @@ -87,9 +87,10 @@ under the License. <GeoAssoc geoId="IND" geoIdTo="IN-RJ" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-SK" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-TN" geoAssocTypeId="REGIONS"/> + <GeoAssoc geoId="IND" geoIdTo="IN-TG" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-TR" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-UP" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-UT" geoAssocTypeId="REGIONS"/> <GeoAssoc geoId="IND" geoIdTo="IN-WB" geoAssocTypeId="REGIONS"/> -</entity-engine-xml> \ No newline at end of file +</entity-engine-xml>