X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_credit.html;h=16a75ebf495408e9e29067d6cd0d7b8952d0d0e5;hp=c7e5522382abf572f6acb541d11c852c0975756e;hb=0f239ed9a3d20edc4974eed38d2816f20185aefc;hpb=d522fe5d5d1898165af4a92151412b2fe943f9ea diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index c7e552238..16a75ebf4 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -1,7 +1,8 @@ -<% include('/elements/header.html', 'Credit report' ) %> +<% include('/elements/header.html', $title ) %>
+ @@ -48,5 +49,9 @@ my %access_user = map { $_ => qsearchs('access_user',{'usernum'=>$_})->username } @usernum; +my $unapplied = $cgi->param('unapplied') ? 1 : 0; + +my $title = $cgi->param('unapplied') ? + 'Unapplied credit report' : 'Credit report';