summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/misc.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-18 01:08:08 +0000
committerlevinse <levinse>2011-05-18 01:08:08 +0000
commit998f029ef805c73e90543b34192e16d38a23c69c (patch)
tree16ff1b8368368e0b19de9ff517ea0643e6d75a24 /httemplate/view/cust_main/misc.html
parenta9916ce48023939ab1d2506704f5545eb183a2ea (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r--httemplate/view/cust_main/misc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index 8c23a3f68..ed9b91a61 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -48,7 +48,7 @@
% #if ( $cust_main->classnum ) {
<TR>
<TD ALIGN="right"><% mt('Class') |h %></TD>
- <TD BGCOLOR="#ffffff"><% $cust_main->classname || '('.mt('none').')' %></TD>
+ <TD BGCOLOR="#ffffff"><% $cust_main->classname || '('.emt('none').')' %></TD>
</TR>
% #}