summaryrefslogtreecommitdiff
path: root/httemplate/search/report_receivables.cgi
diff options
context:
space:
mode:
authorivan <ivan>2007-02-14 22:43:07 +0000
committerivan <ivan>2007-02-14 22:43:07 +0000
commitebd4a44b502b55a883ee1c7179f38d45318ef2ae (patch)
tree1274e8b7ebdd309927f31211a66c901c17aaf867 /httemplate/search/report_receivables.cgi
parent6309b438373b226e3bc4ec8406a64154f87e1ccd (diff)
fix alignment on receivables report
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-xhttemplate/search/report_receivables.cgi7
1 files changed, 1 insertions, 6 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi
index 5003e86..6e58938 100755
--- a/httemplate/search/report_receivables.cgi
+++ b/httemplate/search/report_receivables.cgi
@@ -61,7 +61,7 @@
'',
],
#'align' => 'rlccrrrrr',
- 'align' => $align,
+ 'align' => FS::UI::Web::cust_aligns(). 'rrrrr',
#'size' => [ '', '', '-1', '-1', '', '', '', '', '', ],
#'style' => [ '', '', 'b', 'b', '', '', '', '', 'b', ],
'size' => [ ( map '', FS::UI::Web::cust_header() ),
@@ -204,11 +204,6 @@ my $row = $total_sth->fetchrow_hashref();
my $conf = new FS::Conf;
my $money_char = $conf->config('money_char') || '$';
-#my $align = join('', map { /#/ ? 'r' : 'l' } FS::UI::Web::cust_header() ).
-# 'crrrrr';
-my $align = FS::UI::Web::cust_aligns().
- 'rrrrr';
-
my $clink = [ "${p}view/cust_main.cgi?", 'custnum' ];
my $status_statuscol = sub {