svn commit: r882045 - /ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r882045 - /ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml

lektran
Author: lektran
Date: Thu Nov 19 04:24:44 2009
New Revision: 882045

URL: http://svn.apache.org/viewvc?rev=882045&view=rev
Log:
Corrected unitCosts for test inventory I created yesterday

Modified:
    ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml

Modified: ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml?rev=882045&r1=882044&r2=882045&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml (original)
+++ ofbiz/trunk/applications/accounting/testdef/data/AccountingTestsData.xml Thu Nov 19 04:24:44 2009
@@ -20,10 +20,10 @@
 
 <entity-engine-xml>
     <InventoryItem facilityId="WebStoreWarehouse" locationSeqId="TLTLTLLL01"
-        inventoryItemId="TEST_9000" inventoryItemTypeId="NON_SERIAL_INV_ITEM" productId="MAT_A_COST" ownerPartyId="Company" currencyUomId="USD" unitCost="36"/>
+        inventoryItemId="TEST_9000" inventoryItemTypeId="NON_SERIAL_INV_ITEM" productId="MAT_A_COST" ownerPartyId="Company" currencyUomId="USD" unitCost="9"/>
     <InventoryItemDetail inventoryItemId="TEST_9000" inventoryItemDetailSeqId="0001" effectiveDate="2001-05-13 12:00:00.0" availableToPromiseDiff="4" quantityOnHandDiff="4"/>
     <InventoryItem facilityId="WebStoreWarehouse" locationSeqId="TLTLTLLL01"
-        inventoryItemId="TEST_9001" inventoryItemTypeId="NON_SERIAL_INV_ITEM" productId="MAT_B_COST" ownerPartyId="Company" currencyUomId="USD" unitCost="42"/>
+        inventoryItemId="TEST_9001" inventoryItemTypeId="NON_SERIAL_INV_ITEM" productId="MAT_B_COST" ownerPartyId="Company" currencyUomId="USD" unitCost="7"/>
     <InventoryItemDetail inventoryItemId="TEST_9001" inventoryItemDetailSeqId="0001" effectiveDate="2001-05-13 12:00:00.0" availableToPromiseDiff="6" quantityOnHandDiff="6"/>
 
 </entity-engine-xml>
\ No newline at end of file