diff options
author | ivan <ivan> | 2005-11-18 15:08:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-18 15:08:56 +0000 |
commit | ae042530347d0ba3615d2d91f283e729d80eee67 (patch) | |
tree | 3204be18f02f6a74aae45de6865678c6f1d66133 /httemplate/search/report_receivables.cgi | |
parent | e5787d471e4d94f28cfb68db97b31eefbe35a651 (diff) |
fix link glitch in receivables reports
Diffstat (limited to 'httemplate/search/report_receivables.cgi')
-rwxr-xr-x | httemplate/search/report_receivables.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 535afcca0..d675346f0 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -121,6 +121,8 @@ END my $align = join('', map { /#/ ? 'r' : 'l' } FS::UI::Web::cust_header() ). 'crrrrr'; + my $clink = [ "${p}view/cust_main.cgi?", 'custnum' ]; + %><%= include( 'elements/search.html', 'title' => 'Accounts Receivable Aging Summary', 'name' => 'customers', @@ -185,8 +187,7 @@ END shift->get('owed_total') ) }, ], 'links' => [ - [ "${p}view/cust_main.cgi?", 'custnum' ], - [ "${p}view/cust_main.cgi?", 'custnum' ], + ( map $clink, FS::UI::Web::cust_header() ), '', #'', '', |