diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:18:07 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-11-09 13:18:07 -0800 |
commit | 4d4171d7ad39732b07839d90e1d74b9f84772d45 (patch) | |
tree | b9f0b99447b09113626d5dfbfb8d38508b07d14c /httemplate/search/report_cust_credit.html | |
parent | 2f3c7f47203f2a1e1590425dc32fd9cf76b6f165 (diff) |
add credit reason selection, RT#85046
Diffstat (limited to 'httemplate/search/report_cust_credit.html')
-rw-r--r-- | httemplate/search/report_cust_credit.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_credit.html b/httemplate/search/report_cust_credit.html index cafe556ba..c37b578b4 100644 --- a/httemplate/search/report_cust_credit.html +++ b/httemplate/search/report_cust_credit.html @@ -24,6 +24,15 @@ 'field' => 'amount', &> + <& /elements/tr-select-reason.html, + 'label' => emt('Reason').':', + 'field' => 'reasonnum', + 'reason_class' => 'R', + 'cgi' => $cgi, + 'hide_addnew' => 1, + 'pre_options' => [ 0 => emt('(any reason)') ], + &> + <& /elements/tr-checkbox.html, 'label' => emt('Show Voided Credits').':', 'field' => 'show_voided_credits', |