X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fvoid-cust_bill.html;h=e5fbdc6d56d684803e849506cf4ae6deb31465fa;hp=39b071229e7f9b3c94e636827beb156dfd86b724;hb=d2b55d07a9e6e64a38877136d7974ab93e14f1ed;hpb=2b2dd969f3c18751afc583ad1e836ab8e6f73b5d diff --git a/httemplate/misc/void-cust_bill.html b/httemplate/misc/void-cust_bill.html old mode 100644 new mode 100755 index 39b071229..e5fbdc6d5 --- a/httemplate/misc/void-cust_bill.html +++ b/httemplate/misc/void-cust_bill.html @@ -12,10 +12,19 @@ <% ntable("#cccccc", 2) %> - - Reason - - +<& /elements/tr-select-reason.html, + 'field' => 'reasonnum', + 'reason_class' => 'I', + 'cgi' => $cgi +&> + +% if ( $cust_bill->has_call_details ) { + <& /elements/tr-checkbox.html, + label => 'Reprocess CDRs', + field => 'reprocess_cdrs', + value => '1', + &> +% }