Author: lektran
Date: Mon Nov 16 21:56:59 2009
New Revision: 880984

URL: http://svn.apache.org/viewvc?rev=880984&view=rev
Log:
Tidy up the modifyAmount field, I guess this data was created when we were 
using doubles

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml

Modified: ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml?rev=880984&r1=880983&r2=880984&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml Mon Nov 16 
21:56:59 2009
@@ -22,7 +22,7 @@
     <!--Demo data for a sales order -->
     <OrderHeader orderId="DEMO10090" orderTypeId="SALES_ORDER" orderName="" 
salesChannelEnumId="WEB_SALES_CHANNEL" orderDate="2008-04-23 16:49:27.392" 
entryDate="2008-04-23 16:49:27.392" priority="2" visitId="10002" 
statusId="ORDER_APPROVED" createdBy="admin" currencyUom="USD" 
webSiteId="OrderEntry" productStoreId="9000" remainingSubTotal="12.45" 
grandTotal="12.45" lastUpdatedStamp="2008-04-23 16:49:33.196" 
lastUpdatedTxStamp="2008-04-23 16:49:33.118" createdStamp="2008-04-23 
16:49:27.716" createdTxStamp="2008-04-23 16:49:27.349"/>
     <OrderItem orderId="DEMO10090" orderItemSeqId="00001" 
orderItemTypeId="PRODUCT_ORDER_ITEM" productId="GZ-2644" 
prodCatalogId="DemoCatalog" isPromo="N" quantity="1.0" selectedAmount="0.0" 
unitPrice="38.4" unitListPrice="48.0" isModifiedPrice="N" 
itemDescription="Round Gizmo" correspondingPoId="" statusId="ITEM_APPROVED" 
lastUpdatedStamp="2008-04-23 16:49:33.514" lastUpdatedTxStamp="2008-04-23 
16:49:33.484" createdStamp="2008-04-23 16:49:28.128" createdTxStamp="2008-04-23 
16:49:27.349"/>
-    <OrderItemPriceInfo orderItemPriceInfoId="9000" orderId="DEMO10090" 
orderItemSeqId="00001" productPriceRuleId="9000" productPriceActionSeqId="01" 
modifyAmount="-9.600000000000001" 
description="[PRODUCT_CATEGORY_IDIsPROMOTIONS] 
[list:48.0;avgCost:48.0;margin:0.0] [type:PRICE_POL]" 
lastUpdatedStamp="2008-04-23 16:49:28.682" lastUpdatedTxStamp="2008-04-23 
16:49:27.349" createdStamp="2008-04-23 16:49:28.682" createdTxStamp="2008-04-23 
16:49:27.349"/>
+    <OrderItemPriceInfo orderItemPriceInfoId="9000" orderId="DEMO10090" 
orderItemSeqId="00001" productPriceRuleId="9000" productPriceActionSeqId="01" 
modifyAmount="-9.600" description="[PRODUCT_CATEGORY_IDIsPROMOTIONS] 
[list:48.0;avgCost:48.0;margin:0.0] [type:PRICE_POL]" 
lastUpdatedStamp="2008-04-23 16:49:28.682" lastUpdatedTxStamp="2008-04-23 
16:49:27.349" createdStamp="2008-04-23 16:49:28.682" createdTxStamp="2008-04-23 
16:49:27.349"/>
 
     <PartyRole partyId="DemoCustomer" roleTypeId="END_USER_CUSTOMER"/>
     <PartyRole partyId="DemoCustomer" roleTypeId="SHIP_TO_CUSTOMER"/>


Reply via email to