3341d80119cba8c4bc1200fa2cb1b7a35ba6413a
[freeside.git] / company.html
1 % my $cust_main = shift;
2 % my $style = $cust_main->company ? '' : 'STYLE="display:none"';
3 <TR ID="company_row">
4   <TH ALIGN="right"><DIV ID="company_label" <%$style%>><% mt('Company') |h %></DIV></TD>
5   <TD COLSPAN=6><DIV ID="company_input" <%$style%>><INPUT TYPE="text" NAME="company" ID="company" SIZE=60
6              VALUE="<% $cust_main->company |h %>">
7   </DIV></TD>
8 </TR>