summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/fax.html
blob: c3e9917f4911765925ca5791d51e29e34e5184c4 (plain)
1
2
3
4
5
% my $cust_main = shift;
<TR>
  <TH ALIGN="right"><% mt('Fax') |h %></TD>
  <TD><INPUT TYPE="text" NAME="fax" VALUE="<% $cust_main->fax %>" SIZE=18></TD>
</TR>