summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/misc.html
diff options
context:
space:
mode:
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>
% #}