[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.27, 1.28
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Jul 28 15:21:42 PDT 2009
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.18, 1.19
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.159, 1.160 Conf.pm, 1.305, 1.306 cust_pay.pm, 1.72, 1.73 cust_pay_pending.pm, 1.7, 1.8 cust_pay_void.pm, 1.6, 1.7 cust_credit.pm, 1.37, 1.38 cust_bill_pay.pm, 1.19, 1.20 cust_credit_bill.pm, 1.16, 1.17 cust_bill.pm, 1.249, 1.250 cust_bill_ApplicationCommon.pm, 1.10, 1.11 cust_pkg.pm, 1.134, 1.135 cust_main.pm, 1.446, 1.447
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv21378/httemplate/edit/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/edit/cust_main/billing.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- billing.html 2 Jul 2009 11:22:48 -0000 1.27
+++ billing.html 28 Jul 2009 22:21:39 -0000 1.28
@@ -438,6 +438,13 @@
<INPUT TYPE="hidden" NAME="squelch_cdr" VALUE="<% $cust_main->squelch_cdr %>">
% }
+% if ( $conf->exists('voip-cust_email_csv_cdr') ) {
+ <TR>
+ <TD COLSPAN="2"><INPUT TYPE="checkbox" NAME="email_csv_cdr" VALUE="Y" <% $cust_main->email_csv_cdr eq "Y" ? 'CHECKED' : '' %>> Attach CDRs as CSV to emailed invoices</TD>
+ </TR>
+% } else {
+ <INPUT TYPE="hidden" NAME="email_csv_cdr" VALUE="<% $cust_main->email_csv_cdr %>">
+% }
% if ( $show_term || $cust_main->cdr_termination_percentage ) {
<TR>
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.18, 1.19
- Next message: [freeside-commits] freeside/FS/FS Schema.pm, 1.159, 1.160 Conf.pm, 1.305, 1.306 cust_pay.pm, 1.72, 1.73 cust_pay_pending.pm, 1.7, 1.8 cust_pay_void.pm, 1.6, 1.7 cust_credit.pm, 1.37, 1.38 cust_bill_pay.pm, 1.19, 1.20 cust_credit_bill.pm, 1.16, 1.17 cust_bill.pm, 1.249, 1.250 cust_bill_ApplicationCommon.pm, 1.10, 1.11 cust_pkg.pm, 1.134, 1.135 cust_main.pm, 1.446, 1.447
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list