[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.32, 1.33

Ivan,,, ivan at wavetail.420.am
Thu Jul 14 10:21:10 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv8832/view/cust_main

Modified Files:
	billing.html 
Log Message:
fix labels for cdr_squelch depending on conf setting of voip-cdr_email, RT#13561

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -w -d -r1.32 -r1.33
--- billing.html	23 Jun 2011 04:09:48 -0000	1.32
+++ billing.html	14 Jul 2011 17:21:08 -0000	1.33
@@ -244,7 +244,7 @@
 
 % if ( $conf->exists('voip-cust_cdr_squelch') ) { 
   <TR>
-    <TD ALIGN="right"><% mt('Print CDRs') |h %></TD>
+    <TD ALIGN="right"><% mt($conf->exists('voip-cdr_email') ? 'Print CDRs' : 'Show CDRs') |h %></TD>
     <TD BGCOLOR="#ffffff"><% $cust_main->squelch_cdr ? $no : $yes %></TD>
   </TR>
 % } 



More information about the freeside-commits mailing list