Author: jleroux
Date: Tue Apr 1 14:54:10 2014
New Revision: 1583693
URL:
http://svn.apache.org/r1583693Log:
"Applied fix from trunk for revision: 1583689 "
------------------------------------------------------------------------
r1583689 | jleroux | 2014-04-01 16:52:23 +0200 (mar. 01 avr. 2014) | 4 lignes
A patch from Christian Carlow for "Include Thailand Province Geo data"
https://issues.apache.org/jira/browse/OFBIZ-5607This patch includes the CountryAddressFormat records for my Malaysia (OFBIZ-5606), Thailand, and Israel (OFBIZ-5609) geo issues.
Without this patch, the state/provinces do not appear in the dependent drop down form when adding party contact info.
------------------------------------------------------------------------
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/framework/common/data/GeoData.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1583689
Modified: ofbiz/branches/release12.04/framework/common/data/GeoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/common/data/GeoData.xml?rev=1583693&r1=1583692&r2=1583693&view=diff==============================================================================
--- ofbiz/branches/release12.04/framework/common/data/GeoData.xml (original)
+++ ofbiz/branches/release12.04/framework/common/data/GeoData.xml Tue Apr 1 14:54:10 2014
@@ -339,4 +339,7 @@ under the License.
<CountryAddressFormat geoId="IND" geoAssocTypeId="REGIONS" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
<CountryAddressFormat geoId="ITA" geoAssocTypeId="REGIONS" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
<CountryAddressFormat geoId="FRA" geoAssocTypeId="" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
+ <CountryAddressFormat geoId="MYS" geoAssocTypeId="REGIONS" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
+ <CountryAddressFormat geoId="THA" geoAssocTypeId="REGIONS" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
+ <CountryAddressFormat geoId="ISR" geoAssocTypeId="REGIONS" requireStateProvinceId="" requirePostalCode="" postalCodeRegex="" hasPostalCodeExt="" requirePostalCodeExt="" addressFormat=""/>
</entity-engine-xml>