summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-27 02:25:43 +0000
committerlevinse <levinse>2011-05-27 02:25:43 +0000
commit8ef00c68688492b2afa3dde8d3d467f89f238c40 (patch)
tree925ca79783058b15176eafa993b3e636c9f5b1f6 /httemplate/view/cust_main
parent82879083dd2efddf02192ad48ad0e46e1a16662b (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/billing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 26bd5814e..40ab3afbf 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -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>