[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4753] branches/1.3/UI/reconciliation/report.html



Revision: 4753
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4753&view=rev
Author:   einhverfr
Date:     2012-05-22 14:41:32 +0000 (Tue, 22 May 2012)
Log Message:
-----------
Hiding reconciliation beginning balance info for approved reports, to fix 3518283

Modified Paths:
--------------
    branches/1.3/UI/reconciliation/report.html

Modified: branches/1.3/UI/reconciliation/report.html
===================================================================
--- branches/1.3/UI/reconciliation/report.html	2012-05-22 13:26:49 UTC (rev 4752)
+++ branches/1.3/UI/reconciliation/report.html	2012-05-22 14:41:32 UTC (rev 4753)
@@ -15,6 +15,7 @@
 <tr>
   <th><?lsmb text('Reconciliation Date:') ?></th><td><?lsmb end_date ?></td>
 </tr>
+<?lsmb IF ! approved ?>
 <tr>
  <th><?lsmb text('Beginning Statement Balance:') ?></th>
  <td><?lsmb beginning_balance ?></td>
@@ -43,6 +44,7 @@
 </tr>
 <tr>
   <th><?lsmb text('Ending GL Balance:') ?></th><td><?lsmb statement_gl_calc ?></td>
+<?lsmb END ?>
 </tr>
 </table>
 <br />

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.