You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/12/05 08:46:15 UTC

svn commit: r601235 - /ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml

Author: lektran
Date: Tue Dec  4 23:46:13 2007
New Revision: 601235

URL: http://svn.apache.org/viewvc?rev=601235&view=rev
Log:
Set the defaultInventoryItemTypeId for the retail facility

Modified:
    ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml

Modified: ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml?rev=601235&r1=601234&r2=601235&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml (original)
+++ ofbiz/trunk/specialpurpose/pos/data/DemoRetail.xml Tue Dec  4 23:46:13 2007
@@ -70,7 +70,7 @@
 
     <ProductStoreCatalog productStoreId="9100" prodCatalogId="DemoCatalog" fromDate="2001-05-13 12:00:00.0" sequenceNum="1"/>
 
-    <Facility facilityId="MyRetailStore" productStoreId="9100" />
+    <Facility facilityId="MyRetailStore" productStoreId="9100" defaultInventoryItemTypeId="NON_SERIAL_INV_ITEM"/>
 
     <!-- Use these SKUs in the POS terminal -->
     <GoodIdentification goodIdentificationTypeId="SKU" productId="GZ-1000" idValue="12345" lastUpdatedStamp="2005-07-12 06:31:15.251" lastUpdatedTxStamp="2005-07-12 06:31:14.897" createdStamp="2005-07-12 06:31:15.251" createdTxStamp="2005-07-12 06:31:14.897"/>