'invoice_config_form', 'class' => 'form-horizontal']) ?>
'control-label col-xs-2']) ?>
'invoice_enable', 'value' => 'invoice_enable', 'id' => 'invoice_enable', 'checked' => $config['invoice_enable'] == 1 ]) ?>
'control-label col-xs-2']) ?>
'control-label col-xs-2']) ?>
'recv_invoice_format', 'id' => 'recv_invoice_format', 'class' => 'form-control input-sm', 'value' => $config['recv_invoice_format'] ]) ?>
'control-label col-xs-2']) ?>
'invoice_default_comments', 'id' => 'invoice_default_comments', 'class' => 'form-control input-sm', 'value' => $config['invoice_default_comments'] ]) ?>
'control-label col-xs-2']) ?>
'invoice_email_message', 'id' => 'invoice_email_message', 'class' => 'form-control input-sm', 'value' => $config['invoice_email_message'] ]) ?>
'control-label col-xs-2']) ?>
'control-label col-xs-2']) ?>
'sales_invoice_format', 'id' => 'sales_invoice_format', 'class' => 'form-control input-sm', 'value' => $config['sales_invoice_format'] ]) ?>
'control-label col-xs-2']) ?>
'number', 'name' => 'last_used_invoice_number', 'id' => 'last_used_invoice_number', 'class' => 'form-control input-sm required', 'value' => $config['last_used_invoice_number'] ]) ?>
'control-label col-xs-2']) ?>
'sales_quote_format', 'id' => 'sales_quote_format', 'class' => 'form-control input-sm', 'value' => $config['sales_quote_format'] ]) ?>
'control-label col-xs-2']) ?>
'number', 'name' => 'last_used_quote_number', 'id' => 'last_used_quote_number', 'class' => 'form-control input-sm required', 'value' => $config['last_used_quote_number'] ]) ?>
'control-label col-xs-2']) ?>
'quote_default_comments', 'id' => 'quote_default_comments', 'class' => 'form-control input-sm', 'value' => $config['quote_default_comments'] ]) ?>
'control-label col-xs-2']) ?>
'work_order_enable', 'value' => 'work_order_enable', 'id' => 'work_order_enable', 'checked' => $config['work_order_enable'] == 1 ]) ?>
'control-label col-xs-2']) ?>
'work_order_format', 'id' => 'work_order_format', 'class' => 'form-control input-sm', 'value' => $config['work_order_format'] ]) ?>
'control-label col-xs-2']) ?>
'number', 'name' => 'last_used_work_order_number', 'id' => 'last_used_work_order_number', 'class' => 'form-control input-sm required', 'value' => $config['last_used_work_order_number'] ]) ?>
'submit_invoice', 'id' => 'submit_invoice', 'value' => lang('Common.submit'), 'class' => 'btn btn-primary btn-sm pull-right' ]) ?>