lang->line('customers_account_number').':', 'account_number'); ?>
'account_number',
'id'=>'account_number',
'value'=>$person_info->account_number)
);?>
lang->line('customers_taxable').':', 'taxable'); ?>
taxable == '' ? TRUE : (boolean)$person_info->taxable);?>
'submit',
'id'=>'submit',
'value'=>$this->lang->line('common_submit'),
'class'=>'submit_button float_right')
);
?>