diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 13:59:11 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-14 13:59:11 -0700 |
| commit | b6260b4f39cf34b9e0e5b8560ef88c8881ba0766 (patch) | |
| tree | e67aad06f2281bb0f85b0a4d87708d6c44658644 /httemplate/edit/cust_main/fax.html | |
| parent | 998bb3d2c2ae8eedcc8b4fb2abc195e8ed1ee9f6 (diff) | |
UI spring cleaning: customer edit
Diffstat (limited to 'httemplate/edit/cust_main/fax.html')
| -rw-r--r-- | httemplate/edit/cust_main/fax.html | 2 |
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> |
