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

SF.net SVN: ledger-smb:[2301] trunk/bin/rp.pl



Revision: 2301
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2301&view=rev
Author:   einhverfr
Date:     2008-08-23 01:34:06 +0000 (Sat, 23 Aug 2008)

Log Message:
-----------
Correcting bug 1875001

Modified Paths:
--------------
    trunk/bin/rp.pl

Modified: trunk/bin/rp.pl
===================================================================
--- trunk/bin/rp.pl	2008-08-22 20:32:30 UTC (rev 2300)
+++ trunk/bin/rp.pl	2008-08-23 01:34:06 UTC (rev 2301)
@@ -741,9 +741,8 @@
         $endbalance =
           $form->format_amount( \%myconfig,
             ( $ref->{balance} + $ref->{amount} ) * $ml, 2, " " );
-
-        if ( $ref->{charttype} eq "H" && $subtotal && $form->{l_subtotal} ) {
-
+        if ( ($ref->{charttype} eq "H") && $subtotal && $form->{l_subtotal} ) {
+            my %column_data;
             if ($subtotal) {
 
                 for (qw(accno begbalance endbalance)) {


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