Fix config module layout (wider + adapt setting labels)

This commit is contained in:
jekkos-t520 committed 2014-11-25 21:45:01 +01:00
1 parent 97d37b5ad9
commit af8b88d030
2 files changed
+8 -3

No files matched your search

+2 -2
View File
@@ -36,9 +36,9 @@ $lang['config_custom10'] = 'Custom Field 10'; //GARRISON ADDED 4/21/2013
$lang['config_stock_location'] = 'Stock location';
$lang['config_stock_location_required'] = 'Stock location number is a required field';
$lang['config_tax_included'] = 'Tax Included';
$lang['config_recv_invoice_enable'] = 'Enable Recvs Inv#';
$lang['config_recv_invoice_enable'] = 'Enable Orders Invoice#';
$lang['config_recv_invoice_format'] = 'Receivings Invoice';
$lang['config_sales_invoice_enable'] = 'Enable Sales Inv#';
$lang['config_sales_invoice_enable'] = 'Enable Sales Invoice#';
$lang['config_sales_invoice_format'] = 'Sales Invoice';
?>