Author: ashish
Date: Wed Jul 8 16:46:51 2009
New Revision: 792225
URL: http://svn.apache.org/viewvc?rev=792225&view=rev
Log:
Used better name for in map.
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml?rev=792225&r1=792224&r2=792225&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
(original)
+++
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/InvoiceServices.xml
Wed Jul 8 16:46:51 2009
@@ -630,8 +630,8 @@
<set field="invoiceRunningTotal" type="BigDecimal" value="0"/>
<iterate list="invoiceIds" entry="invoiceId">
<entity-one entity-name="Invoice" value-field="invoice"
auto-field-map="true"/>
- <set field="serviceInMap.invoiceId"
from-field="invoice.invoiceId"/>
- <call-service service-name="getInvoicePaymentInfoList"
in-map-name="serviceInMap">
+ <set field="getInvoicePaymentInfoListCtx.invoiceId"
from-field="invoice.invoiceId"/>
+ <call-service service-name="getInvoicePaymentInfoList"
in-map-name="getInvoicePaymentInfoListCtx">
<result-to-field result-name="invoicePaymentInfoList"/>
</call-service>
<first-from-list list="invoicePaymentInfoList"
entry="invoicePaymentInfo"/>