diff options
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> + |