From ae042530347d0ba3615d2d91f283e729d80eee67 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Nov 2005 15:08:56 +0000 Subject: [PATCH] fix link glitch in receivables reports --- httemplate/search/report_receivables.cgi | 5 +++-- 1 file 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() ), '', #'', '', -- 2.11.0