Author: lektran
Date: Fri Nov 13 21:32:58 2009
New Revision: 836004
URL:
http://svn.apache.org/viewvc?rev=836004&view=revLog:
Fixed incorrect field mapping
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml?rev=836004&r1=836003&r2=836004&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml Fri Nov 13 21:32:58 2009
@@ -60,7 +60,7 @@
<iterate list="invoicesCreated" entry="invoice">
<call-class-method method-name="getInvoiceTotal" ret-field="amountTotal" class-name="org.ofbiz.accounting.invoice.InvoiceWorker">
<field field="delegator" type="org.ofbiz.entity.Delegator"/>
- <field field="invoice" type="String"/>
+ <field field="invoice.commissionInvoiceId" type="String"/>
</call-class-method>
<assert>
<or>