Author: hansbak
Date: Mon Nov 7 06:12:38 2011
New Revision: 1198629
URL:
http://svn.apache.org/viewvc?rev=1198629&view=revLog:
repeat type of veriable, looks like minilanguage does not remember the rype assigned before.
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
Modified: ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml?rev=1198629&r1=1198628&r2=1198629&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml (original)
+++ ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/payment/PaymentServices.xml Mon Nov 7 06:12:38 2011
@@ -194,7 +194,7 @@ under the License.
<set field="actual" value="true" type="Boolean"/>
<call-class-method method-name="getPaymentNotApplied" class-name="org.ofbiz.accounting.payment.PaymentWorker" ret-field="notAppliedPayment">
<field field="payment" type="GenericValue"/>
- <field field="actual"/>
+ <field field="actual" type="Boolean"/>
</call-class-method>
</if-compare-field>
</then>