[freeside-commits] freeside/httemplate/view/cust_main billing.html,
1.4, 1.5
Ivan,,,
ivan at wavetail.420.am
Mon Mar 20 11:13:29 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv20016/httemplate/view/cust_main
Modified Files:
billing.html
Log Message:
add price plan to bill on internal or external CDRs directly, add option to export CDRs to a per-customer downstream file
Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- billing.html 7 Oct 2005 04:50:56 -0000 1.4
+++ billing.html 20 Mar 2006 19:13:27 -0000 1.5
@@ -159,6 +159,12 @@
<%= join(', ', grep { $_ !~ /^(POST|FAX)$/ } @invoicing_list ) || 'no' %>
</TD>
</TR>
+<% my $conf = new FS::Conf; if ( $conf->exists('voip-cust_cdr_spools') ) { %>
+ <TR>
+ <TD ALIGN="right">Spool CDRs</TD>
+ <TD BGCOLOR="#ffffff"><%= $cust_main->spool_cdr ? 'yes' : 'no' %></TD>
+ </TR>
+<% } %>
</TABLE></TD></TR></TABLE>
More information about the freeside-commits
mailing list