Author: jleroux Date: Sat Dec 17 17:52:31 2011 New Revision: 1215536 URL: http://svn.apache.org/viewvc?rev=1215536&view=rev Log: A patch from Sma Hamilton "Add support to save HS Code in Goods Identification" is not working." https://issues.apache.org/jira/browse/OFBIZ-4610
Add support to save the HS Code ( http://en.wikipedia.org/wiki/Harmonized_System ) in the system. Modified: ofbiz/trunk/applications/product/data/ProductTypeData.xml Modified: ofbiz/trunk/applications/product/data/ProductTypeData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/data/ProductTypeData.xml?rev=1215536&r1=1215535&r2=1215536&view=diff ============================================================================== --- ofbiz/trunk/applications/product/data/ProductTypeData.xml (original) +++ ofbiz/trunk/applications/product/data/ProductTypeData.xml Sat Dec 17 17:52:31 2011 @@ -160,6 +160,7 @@ under the License. <GoodIdentificationType description="UPCE" goodIdentificationTypeId="UPCE" hasTable="N" parentTypeId=""/> <GoodIdentificationType description="EAN" goodIdentificationTypeId="EAN" hasTable="N" parentTypeId=""/> <GoodIdentificationType description="Library of Congress" goodIdentificationTypeId="LOC" hasTable="N" parentTypeId=""/> + <GoodIdentificationType description="HS Code" goodIdentificationTypeId="HS_CODE" hasTable="N" parentTypeId=""/> <InventoryItemType description="Serialized" hasTable="N" inventoryItemTypeId="SERIALIZED_INV_ITEM" parentTypeId=""/> <InventoryItemType description="Non-Serialized" hasTable="N" inventoryItemTypeId="NON_SERIAL_INV_ITEM" parentTypeId=""/>

