svn commit: r1502102 - /ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml

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

svn commit: r1502102 - /ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml

hansbak-2
Author: hansbak
Date: Thu Jul 11 03:53:50 2013
New Revision: 1502102

URL: http://svn.apache.org/r1502102
Log:
fixed demo data load problem caused by r1502093

Modified:
    ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml

Modified: ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml?rev=1502102&r1=1502101&r2=1502102&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml (original)
+++ ofbiz/trunk/applications/accounting/data/DemoPaymentsInvoices.xml Thu Jul 11 03:53:50 2013
@@ -225,6 +225,8 @@ under the License.
     <Payment paymentId="8002" finAccountTransId="9104"/>
 
     <!-- invoice export demo data for replacement id's -->
+    <Product productId="GZ-2644"/><!-- further data to be added in other components" -->
     <GoodIdentification goodIdentificationTypeId="INVOICE_EXPORT" idValue="GZ-2644-replaced" productId="GZ-2644"/>
+    <Party partyId="DemoCustomer"/><!-- further data to be added in other components" -->
     <PartyIdentification idValue="DemoCustomer2" partyId="DemoCustomer" partyIdentificationTypeId="INVOICE_EXPORT"/>
 </entity-engine-xml>