Author: erwan Date: Mon Jun 28 13:16:14 2010 New Revision: 958569 URL: http://svn.apache.org/viewvc?rev=958569&view=rev Log: Adding new geoAssocTypes, one for a town in a county, the other one for a postal code for a geoType
Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml Modified: ofbiz/trunk/framework/common/data/CommonTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/CommonTypeData.xml?rev=958569&r1=958568&r2=958569&view=diff ============================================================================== --- ofbiz/trunk/framework/common/data/CommonTypeData.xml (original) +++ ofbiz/trunk/framework/common/data/CommonTypeData.xml Mon Jun 28 13:16:14 2010 @@ -80,7 +80,9 @@ under the License. <GeoAssocType geoAssocTypeId="GROUP_MEMBER" description="Geo Group Member"/> <GeoAssocType geoAssocTypeId="REGIONS" description="For a region of a larger Geo, i.e. states, counties, provinces..."/> + <GeoAssocType geoAssocTypeId="COUNTY_CITY" description="City in a county"/> <GeoAssocType geoAssocTypeId="COUNTY_SEAT" description="Administrative Main City of a County"/> + <GeoAssocType geoAssocTypeId="POSTAL_CODE" description="Postal code associated to a GeoType"/> <!-- sync status --> <StatusType description="Synchronize" hasTable="N" parentTypeId="" statusTypeId="SYNCHRONIZE_STATUS"/>