[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


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">



More information about the freeside-commits mailing list