summaryrefslogtreecommitdiff
path: root/httemplate/misc/void-cust_bill.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-02-04 17:47:48 -0800
committerIvan Kohler <ivan@freeside.biz>2018-02-04 17:47:48 -0800
commitb4fa2aa2f73721c6f2c467c73b25e20f59cb04ea (patch)
tree07016147b588925bc5bc4ae6962b4da408f07bc4 /httemplate/misc/void-cust_bill.html
parent4e7954f0f0703afc22b649ce38aea4e63db81daa (diff)
option to reprocess CDRs when voiding an invoice, RT#79001
Diffstat (limited to 'httemplate/misc/void-cust_bill.html')
-rwxr-xr-xhttemplate/misc/void-cust_bill.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/misc/void-cust_bill.html b/httemplate/misc/void-cust_bill.html
index e4e4705d7..e5fbdc6d5 100755
--- a/httemplate/misc/void-cust_bill.html
+++ b/httemplate/misc/void-cust_bill.html
@@ -18,6 +18,14 @@
'cgi' => $cgi
&>
+% if ( $cust_bill->has_call_details ) {
+ <& /elements/tr-checkbox.html,
+ label => 'Reprocess CDRs',
+ field => 'reprocess_cdrs',
+ value => '1',
+ &>
+% }
+
</TABLE>
<BR>