Author: zhangwei
Date: Tue Nov 8 09:59:33 2016
New Revision: 1768655
URL:
http://svn.apache.org/viewvc?rev=1768655&view=revLog:
Fixed: wrong termination of element "if-compare-field"
Modified:
ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml
Modified: ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml?rev=1768655&r1=1768654&r2=1768655&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml (original)
+++ ofbiz/trunk/applications/accounting/minilang/payment/PaymentServices.xml Tue Nov 8 09:59:33 2016
@@ -969,7 +969,7 @@ under the License.
<not>
<if-empty field="partyAcctgPreference.baseCurrencyUomId" />
</not>
- <if-compare-field field="orderHeader.currencyUom" operator="equals" to-field="partyAcctgPreference.baseCurrencyUomId"> />
+ <if-compare-field field="orderHeader.currencyUom" operator="equals" to-field="partyAcctgPreference.baseCurrencyUomId"/>
</and>
</condition>
<then>