summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/fax.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-06-14 13:59:12 -0700
committerIvan Kohler <ivan@freeside.biz>2015-06-14 13:59:12 -0700
commitbbe6a48f99843aa403c0988731ece10df257a2a4 (patch)
treec9d45e111370510d49802f3bf508f314cd45342b /httemplate/edit/cust_main/fax.html
parentf2c203eb2509ab7aa1c91a695634d034320cab44 (diff)
UI spring cleaning: customer edit
Diffstat (limited to 'httemplate/edit/cust_main/fax.html')
-rw-r--r--httemplate/edit/cust_main/fax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/fax.html b/httemplate/edit/cust_main/fax.html
index 237d4be44..c3e9917f4 100644
--- a/httemplate/edit/cust_main/fax.html
+++ b/httemplate/edit/cust_main/fax.html
@@ -1,5 +1,5 @@
% my $cust_main = shift;
<TR>
- <TD ALIGN="right"><% mt('Fax') |h %></TD>
+ <TH ALIGN="right"><% mt('Fax') |h %></TD>
<TD><INPUT TYPE="text" NAME="fax" VALUE="<% $cust_main->fax %>" SIZE=18></TD>
</TR>