'invoice_config_form', 'class' => 'form-horizontal')); ?>
lang->line('common_fields_required_message'); ?>
lang->line('config_invoice_enable'), 'invoice_enable', array('class' => 'control-label col-xs-2')); ?>
'invoice_enable', 'value' => 'invoice_enable', 'id' => 'invoice_enable', 'checked' => $this->config->item('invoice_enable')));?>
lang->line('config_sales_invoice_format'), 'sales_invoice_format', array('class' => 'control-label col-xs-2')); ?>
'sales_invoice_format', 'id' => 'sales_invoice_format', 'class' => 'form-control input-sm', 'value' => $this->config->item('sales_invoice_format'))); ?>
lang->line('config_recv_invoice_format'), 'recv_invoice_format', array('class' => 'control-label col-xs-2')); ?>
'recv_invoice_format', 'id' => 'recv_invoice_format', 'class' => 'form-control input-sm', 'value' => $this->config->item('recv_invoice_format'))); ?>
lang->line('config_invoice_default_comments'), 'invoice_default_comments', array('class' => 'control-label col-xs-2')); ?>
'invoice_default_comments', 'id' => 'invoice_default_comments', 'class' => 'form-control input-sm', 'value '=> $this->config->item('invoice_default_comments')));?>
lang->line('config_invoice_email_message'), 'invoice_email_message', array('class' => 'control-label col-xs-2')); ?>
'invoice_email_message', 'id' => 'invoice_email_message', 'class' => 'form-control input-sm', 'value '=> $this->config->item('invoice_email_message')));?>
'submit_form', 'id' => 'submit_form', 'value' => $this->lang->line('common_submit'), 'class' => 'btn btn-primary btn-sm pull-right'));?>