X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fvoid-cust_bill.html;h=e5fbdc6d56d684803e849506cf4ae6deb31465fa;hb=e4aff0c0af3139118b4ae02e814ba7d0d8f46774;hp=39b071229e7f9b3c94e636827beb156dfd86b724;hpb=b365d15b186505b76fd317af73721b8f54c3c6a9;p=freeside.git 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', + &> +% }