[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
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.304, 1.305 Schema.pm, 1.158, 1.159 cust_bill.pm, 1.248, 1.249 cust_main.pm, 1.445, 1.446
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 CDRs as 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>
- Previous message: [freeside-commits] freeside/FS/FS Conf.pm, 1.304, 1.305 Schema.pm, 1.158, 1.159 cust_bill.pm, 1.248, 1.249 cust_main.pm, 1.445, 1.446
- Next message: [freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list