RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / search / report_cust_credit.html
index 0d7a277..cafe556 100644 (file)
                 'field' => 'amount',
   &>
 
+  <& /elements/tr-checkbox.html,
+       'label' => emt('Show Voided Credits').':',
+       'field' => 'show_voided_credits',
+       'value' => '1',
+  &>
+
+
 </TABLE>
 
 <BR>
@@ -42,7 +49,7 @@ 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>