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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

pranayp
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"