diff options
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 17ce91dd2..002fd5734 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -15,7 +15,7 @@ <INPUT TYPE="hidden" NAME="prospectnum" VALUE="<% $prospectnum %>"> % if ( $custnum ) { - Customer #<B><% $cust_main->display_custnum %></B> - + <% mt('Customer #') |h %><B><% $cust_main->display_custnum %></B> - <B><FONT COLOR="#<% $cust_main->statuscolor %>"> <% ucfirst($cust_main->status) %> </FONT></B> |