Author: ashish
Date: Sat Nov 14 06:35:52 2009
New Revision: 836130
URL:
http://svn.apache.org/viewvc?rev=836130&view=revLog:
Fixed Typo - patch from Sumit Pandit (Thanks!)
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl?rev=836130&r1=836129&r2=836130&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/GlReconciledFinAccountTrans.ftl Sat Nov 14 06:35:52 2009
@@ -60,7 +60,7 @@
</tr>
<tr>
<td><span class="label">${uiLabelMap.AccountingOpeningBalance}</span></td>
- <td><@ofbizCurrency amount=currentGlReconciliation .openingBalance?default('0')/></td>
+ <td><@ofbizCurrency amount=currentGlReconciliation.openingBalance?default('0')/></td>
</tr>
</table>
</#if>