Author: sascharodekamp
Date: Tue Jun 28 16:26:05 2011
New Revision: 1140710
URL:
http://svn.apache.org/viewvc?rev=1140710&view=revLog:
Update - added some countries to the GeoWithState Entity for the dependend state drop down list.
Modified:
ofbiz/trunk/framework/common/data/GeoData.xml
Modified: ofbiz/trunk/framework/common/data/GeoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/GeoData.xml?rev=1140710&r1=1140709&r2=1140710&view=diff==============================================================================
--- ofbiz/trunk/framework/common/data/GeoData.xml (original)
+++ ofbiz/trunk/framework/common/data/GeoData.xml Tue Jun 28 16:26:05 2011
@@ -272,7 +272,7 @@ under the License.
<Geo abbreviation="YUG" geoCode="YU" geoId="YUG" geoName="Yugoslavia" geoSecCode="891" geoTypeId="COUNTRY"/>
<Geo abbreviation="ZMB" geoCode="ZM" geoId="ZMB" geoName="Zambia" geoSecCode="894" geoTypeId="COUNTRY"/>
<Geo abbreviation="ZWE" geoCode="ZW" geoId="ZWE" geoName="Zimbabwe" geoSecCode="716" geoTypeId="COUNTRY"/>
-
+
<Geo abbreviation="EU" geoCode="EU" geoTypeId="GROUP" geoId="EU" geoName="European Union"/>
<GeoAssoc geoAssocTypeId="GROUP_MEMBER" geoIdTo="EU" geoId="DEU"/>
<GeoAssoc geoAssocTypeId="GROUP_MEMBER" geoIdTo="EU" geoId="AUT"/>
@@ -314,4 +314,16 @@ under the License.
<GeoWithState geoId="NIRL" showStateList="1"/>
<GeoWithState geoId="WALS" showStateList="1"/>
<GeoWithState geoId="SCOT" showStateList="1"/>
+ <GeoWithState geoId="USA" showStateList="1"/>
+ <GeoWithState geoId="CAN" showStateList="1"/>
+ <GeoWithState geoId="AUS" showStateList="1"/>
+ <GeoWithState geoId="BGR" showStateList="1"/>
+ <GeoWithState geoId="BRA" showStateList="1"/>
+ <GeoWithState geoId="CHN" showStateList="1"/>
+ <GeoWithState geoId="COL" showStateList="1"/>
+ <GeoWithState geoId="MEX" showStateList="1"/>
+ <GeoWithState geoId="NLD" showStateList="1"/>
+ <GeoWithState geoId="POL" showStateList="1"/>
+ <GeoWithState geoId="IND" showStateList="1"/>
+ <GeoWithState geoId="ITA" showStateList="1"/>
</entity-engine-xml>