X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_newtax.cgi;h=4ec3f4da4a017267c3498eeb833795ff2f7dcaf2;hb=636dd1f25af52d35efe7a323a5765ff5adeadf83;hp=f185c7fd99fc7158d361ae738965f35e54ee42de;hpb=1bb612df42aec08974f67ff333a5e0d2a2fc3ba3;p=freeside.git diff --git a/httemplate/search/report_newtax.cgi b/httemplate/search/report_newtax.cgi index f185c7fd9..4ec3f4da4 100755 --- a/httemplate/search/report_newtax.cgi +++ b/httemplate/search/report_newtax.cgi @@ -16,7 +16,7 @@ - Tax collected + Tax invoiced      Tax credited @@ -49,7 +49,7 @@ <% $tax->{base} ? qq!! : '' %> - <% $money_char %><% sprintf('%.2f', $tax->{'credit'} ) %> + <% $money_char %><% sprintf('%.2f', $tax->{'credit'} ) %> <% !($tax->{base}) ? qq!! : '' %> @@ -203,5 +203,6 @@ my $dateagentlink = "begin=$beginning;end=$ending"; $dateagentlink .= ';agentnum='. $cgi->param('agentnum') if length($agentname); my $baselink = $p. "search/cust_bill_pkg.cgi?$dateagentlink"; +my $creditlink = $p. "search/cust_credit_bill_pkg.html?$dateagentlink";