You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/03 13:21:45 UTC

svn commit: r1746714 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

Author: pranayp
Date: Fri Jun  3 13:21:45 2016
New Revision: 1746714

URL: http://svn.apache.org/viewvc?rev=1746714&view=rev
Log:
[OFBIZ-7157] Fixed Lexical error on clicking "Create New Financial Account Reconciliations" button.

Thanks Amardeep Singh Jhajj for detailed analysis, reporting and providing patch for the fix.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=1746714&r1=1746713&r2=1746714&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Fri Jun  3 13:21:45 2016
@@ -862,7 +862,7 @@ under the License.
         <field name="reconciledDate"><date-time/></field>
         <field name="organizationPartyId"><display/></field>
         <field name="reconciledBalance"><display/></field>
-        <field name="openingBalance" use-when="'GLREC_RECONCILED'.equals('${glReconciliation.statusId}')"><display/></field>
+        <field name="openingBalance" use-when="${groovy:'GLREC_RECONCILED'.equals(glReconciliation?.statusId)}"><display/></field>
         <field use-when="glReconciliationId!=null" name="updateButton" title="${uiLabelMap.CommonUpdate}" widget-style="buttontext" ><submit button-type="text-link"/></field>
     </form>
     <form name="ListGlReconciliationEntries" type="list" use-row-submit="true"