Author: pranayp
Date: Thu Jun 25 08:52:21 2015
New Revision: 1687448

URL: http://svn.apache.org/r1687448
Log:
Updating agreementTermId (<10000) for AgreementTerm in demo data. 

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=1687448&r1=1687447&r2=1687448&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/data/DemoOrderTestData.xml Thu Jun 25 
08:52:21 2015
@@ -259,7 +259,7 @@ under the License.
     -->
     <Agreement agreementId="AGR_SALES"  partyIdFrom="DemoCustomer" 
partyIdTo="Company" roleTypeIdFrom="CUSTOMER"  
roleTypeIdTo="INTERNAL_ORGANIZATIO" agreementTypeId="SALES_AGREEMENT" 
description="Agreement for DemoCustomer"/>
     <AgreementItem agreementId="AGR_SALES" agreementItemSeqId="00001" 
currencyUomId="USD" agreementItemTypeId="AGREEMENT_PRICING_PR"  
agreementText="Price list in US Dollars"/>
-    <AgreementTerm agreementId="AGR_SALES" agreementItemSeqId="00001" 
agreementTermId="10000" description="Sales test agreement" termDays="30" 
termTypeId="FIN_PAYMENT_FIXDAY"/>
+    <AgreementTerm agreementId="AGR_SALES" agreementItemSeqId="00001" 
agreementTermId="9000" description="Sales test agreement" termDays="30" 
termTypeId="FIN_PAYMENT_FIXDAY"/>
     <!-- An AgreementProductAppls aris related to an AgreementItem. 
AgreementProductAppls are optional. If a  product id and a price are specified 
the price will override the ProductPrice if the agreement is selected in the 
order -->
     <AgreementProductAppl agreementId="AGR_SALES" agreementItemSeqId="00001" 
price="10.000" productId="GZ-1000"/>
 


Reply via email to