echo gettext('Customer Name');
?>
<img src="<?php 
echo HOME_URL;
?>
themes/default/images/plus_10.png" class="disable_autocomplete supplier_name clickable"></label>
       <?php 
echo $f->text_field('customer_name', ${$class}->customer_name, '20', 'customer_name', 'select_customer_name', 1, $readonly1);
?>
      </li>
      <li><?php 
$f->l_select_field_from_object('customer_type', ar_customer::customer_types(), 'option_line_code', 'option_line_value', ${$class}->customer_type, 'customer_type');
?>
       </li>
      <li><?php 
echo $f->l_select_field_from_object('customer_category', ar_customer::customer_category(), 'option_line_code', 'option_line_value', ${$class}->customer_category, 'customer_category');
?>
       </li>
      <li><?php 
echo $f->l_select_field_from_object('customer_relationship', ar_customer::customer_relationship(), 'option_line_code', 'option_line_value', ${$class}->customer_relationship, 'customer_relationship');
?>
       </li>
      <li><label><?php 
echo gettext('Supplier Name');
?>
</label><?php 
$f->text_field_d('supplier_name');
?>
       <?php 
echo $f->hidden_field_withId('supplier_id', ${$class}->supplier_id);
?>