[freeside-commits] freeside/httemplate/view/cust_main billing.html, 1.29, 1.30

Erik Levinson levinse at wavetail.420.am
Thu May 26 19:25:45 PDT 2011


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

Modified Files:
	billing.html 
Log Message:
internationalization/localization, RT12515

Index: billing.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/billing.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -w -d -r1.29 -r1.30
--- billing.html	27 May 2011 00:30:15 -0000	1.29
+++ billing.html	27 May 2011 02:25:43 -0000	1.30
@@ -220,7 +220,7 @@
   <TD BGCOLOR="#ffffff">
     <% length($cust_main->credit_limit) ? 
         $money_char.sprintf("%.2f", $cust_main->credit_limit) :
-        'Unlimited' %>
+        emt('Unlimited') %>
   </TD>
 </TR>
 



More information about the freeside-commits mailing list