X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fvoid-cust_bill.html;h=e5fbdc6d56d684803e849506cf4ae6deb31465fa;hp=1608fd051b34cf3ff4dbca4b8ab14df787f34bbf;hb=d2b55d07a9e6e64a38877136d7974ab93e14f1ed;hpb=0af38652da3b3be7da2d35b048285ef6f2194e1a diff --git a/httemplate/misc/void-cust_bill.html b/httemplate/misc/void-cust_bill.html old mode 100644 new mode 100755 index 1608fd051..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', + &> +% }