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

SF.net SVN: ledger-smb:[3184] trunk/bin/aa.pl



Revision: 3184
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3184&view=rev
Author:   einhverfr
Date:     2011-05-27 03:19:11 +0000 (Fri, 27 May 2011)

Log Message:
-----------
Commtting patch 2968854

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

Modified: trunk/bin/aa.pl
===================================================================
--- trunk/bin/aa.pl	2011-05-27 03:01:22 UTC (rev 3183)
+++ trunk/bin/aa.pl	2011-05-27 03:19:11 UTC (rev 3184)
@@ -2215,6 +2215,8 @@
 |;
 
     for (@column_index) { $column_data{$_} = "<td>&nbsp;</td>" }
+    # See setting of $column_header{name} - it has two columns
+    $column_data{name} = "<td>&nbsp;</td><td>&nbsp;</td>";
 
     $column_data{netamount} =
         "<th class=listtotal align=right>"


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