summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_credit.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r--httemplate/search/report_cust_credit.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html
index 34e05394e..cafe556ba 100644
--- a/httemplate/search/report_cust_credit.html
+++ b/httemplate/search/report_cust_credit.html
@@ -24,8 +24,10 @@
'field' => 'amount',
&>
- <& /elements/tr-select-show_voided_credits.html,
- 'label' => emt('Show Voided Credits'),
+ <& /elements/tr-checkbox.html,
+ 'label' => emt('Show Voided Credits').':',
+ 'field' => 'show_voided_credits',
+ 'value' => '1',
&>
@@ -51,4 +53,3 @@ my $title = $cgi->param('unapplied') ?
'Unapplied credit report' : 'Credit report';
</%init>
-