diff options
author | Mitch Jackson <mitch@freeside.biz> | 2017-11-27 19:13:40 +0000 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2017-11-27 19:13:40 +0000 |
commit | 95144265eeb3ecd13b16708dbdd75dd3701f92ad (patch) | |
tree | 9b3ab3585bc33dd47db620e8fb85ef42287bc0b1 /httemplate/search/report_cust_credit.html | |
parent | 437042190fc83f5c2ed91386f44460d194278c84 (diff) |
Added option for Credit Report to include Voided Credits RT#73200
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r-- | httemplate/search/report_cust_credit.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index 0d7a2770a..34e05394e 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -24,6 +24,11 @@ 'field' => 'amount', &> + <& /elements/tr-select-show_voided_credits.html, + 'label' => emt('Show Voided Credits'), + &> + + </TABLE> <BR> @@ -42,7 +47,8 @@ my $access_user = $FS::CurrentUser::CurrentUser->access_users_hashref('table' => my $unapplied = $cgi->param('unapplied') ? 1 : 0; -my $title = $cgi->param('unapplied') ? +my $title = $cgi->param('unapplied') ? 'Unapplied credit report' : 'Credit report'; </%init> + |