[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.18, 1.19

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Jul 28 15:21:42 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv21378/httemplate/view/cust_main

Modified Files:
	billing.html 
Log Message:
feature to email CSV of CDRs with invoices #5727

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- billing.html	1 Jul 2009 10:28:49 -0000	1.18
+++ billing.html	28 Jul 2009 22:21:40 -0000	1.19
@@ -216,6 +216,13 @@
   </TR>
 % } 
 
+% if ( $conf->exists('voip-cust_email_csv_cdr') ) { 
+  <TR>
+    <TD ALIGN="right">Email&nbsp;CDRs&nbsp;as&nbsp;CSV</TD>
+    <TD BGCOLOR="#ffffff"><% $cust_main->email_csv_cdr ? 'yes' : 'no' %></TD>
+  </TR>
+% } 
+
 % if ( $show_term || $cust_main->cdr_termination_percentage ) {
   <TR>
     <TD ALIGN="right">CDR termination settlement</TD>



More information about the freeside-commits mailing list