Author: jacopoc
Date: Wed Feb 11 06:29:12 2015
New Revision: 1658882

URL: http://svn.apache.org/r1658882
Log:
Fixed wrong minilang element I have committed recently as part of the currency 
exchange gain/losses GL transaction handling. Thanks to Deepak Dixit for 
spotting this.

Modified:
    
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml

Modified: 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml?rev=1658882&r1=1658881&r2=1658882&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml
 Wed Feb 11 06:29:12 2015
@@ -2445,8 +2445,8 @@ under the License.
                 <if>
                     <condition>
                         <or>
-                            <condition field-name="invoice.statusId" 
operator="equals" value="INVOICE_READY"/>
-                            <condition field-name="invoice.statusId" 
operator="equals" value="INVOICE_PAID"/>
+                            <if-compare field="invoice.statusId" 
operator="equals" value="INVOICE_READY"/>
+                            <if-compare field="invoice.statusId" 
operator="equals" value="INVOICE_PAID"/>
                         </or>
                     </condition>
                     <then>


Reply via email to