[freeside-commits] freeside/httemplate/edit/cust_main billing.html, 1.33, 1.34
Erik Levinson
levinse at wavetail.420.am
Tue Apr 26 22:22:23 PDT 2011
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.25, 1.26
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.445, 1.446 Schema.pm, 1.291, 1.292 cust_bill.pm, 1.336, 1.337 cust_bill_pkg.pm, 1.53, 1.54 cust_bill_pkg_detail.pm, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/cust_main
In directory wavetail.420.am:/tmp/cvs-serv17688/httemplate/edit/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/edit/cust_main/billing.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -w -d -r1.33 -r1.34
--- billing.html 24 Apr 2011 17:04:36 -0000 1.33
+++ billing.html 27 Apr 2011 05:22:20 -0000 1.34
@@ -460,6 +460,20 @@
%>
</TD>
</TR>
+
+% if ( $conf->exists('voip-cust_accountcode_cdr') ) {
+ <TR>
+ <TD COLSPAN="2">
+ <INPUT TYPE="checkbox"
+ NAME="accountcode_cdr"
+ VALUE="Y"
+ <% $cust_main->accountcode_cdr eq "Y" ? 'CHECKED' : '' %>
+ > Breakdown CDRs by accountcode</TD>
+ </TR>
+% } else {
+ <INPUT TYPE="hidden" NAME="accountcode_cdr" VALUE="<% $cust_main->accountcode_cdr %>">
+% }
+
<TR>
<TD ALIGN="right" WIDTH="200">Credit limit </TD>
<TD WIDTH="408">
- Previous message: [freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.25, 1.26
- Next message: [freeside-commits] freeside/FS/FS Conf.pm, 1.445, 1.446 Schema.pm, 1.291, 1.292 cust_bill.pm, 1.336, 1.337 cust_bill_pkg.pm, 1.53, 1.54 cust_bill_pkg_detail.pm, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list