[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.25, 1.26
Erik Levinson
levinse at wavetail.420.am
Tue Apr 26 22:22:22 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17688/httemplate/view/cust_main
Modified Files:
billing.html
Log Message:
taqua accountcode billing, part 1 of 2, RT12181
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -w -d -r1.25 -r1.26
--- billing.html 24 Apr 2011 17:04:36 -0000 1.25
+++ billing.html 27 Apr 2011 05:22:20 -0000 1.26
@@ -238,6 +238,13 @@
</TR>
% }
+% if ( $conf->exists('voip-cust_accountcode_cdr') ) {
+ <TR>
+ <TD ALIGN="right">Breakdown CDRs by accountcode</TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->accountcode_cdr ? 'yes' : 'no' %></TD>
+ </TR>
+% }
+
% if ( $conf->exists('voip-cust_email_csv_cdr') ) {
<TR>
<TD ALIGN="right">Email CDRs as CSV</TD>
More information about the freeside-commits
mailing list