summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/company.html
blob: 50c4f709b4c558480db82eb49c77e41d44b98508 (plain)
1
2
3
4
5
6
7
% my $cust_main = shift;
<TR ID="company_row" <% $cust_main->company ? '' : 'STYLE="display:none"' %>>
  <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>
</TR>