diff options
Diffstat (limited to 'httemplate/edit/cust_main/company.html')
-rw-r--r-- | httemplate/edit/cust_main/company.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/company.html b/httemplate/edit/cust_main/company.html index 8a6ed0bbf..50c4f709b 100644 --- a/httemplate/edit/cust_main/company.html +++ b/httemplate/edit/cust_main/company.html @@ -1,6 +1,6 @@ % my $cust_main = shift; <TR ID="company_row" <% $cust_main->company ? '' : 'STYLE="display:none"' %>> - <TD ALIGN="right"><% mt('Company') |h %></TD> + <TH ALIGN="right"><% mt('Company') |h %></TD> <TD COLSPAN=6><INPUT TYPE="text" NAME="company" ID="company" SIZE=60 VALUE="<% $cust_main->company |h %>"> </TD> |