diff --git a/htdocs/admin/stock.php b/htdocs/admin/stock.php index 4a1fb7eea1a..2e934211970 100644 --- a/htdocs/admin/stock.php +++ b/htdocs/admin/stock.php @@ -409,12 +409,12 @@ print '
| ".$langs->trans("Other")." | \n"; -print ''.$langs->trans("Status").' | '."\n"; +print ''.$langs->trans("Status").' | '."\n"; print '
| '.$langs->trans("UserWarehouseAutoCreate").' | '; -print ''; +print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('STOCK_USERSTOCK_AUTOCREATE'); } else { @@ -428,7 +428,7 @@ print ' |
| '; print $form->textwithpicto($langs->trans("StockSupportServices"), $langs->trans("StockSupportServicesDesc")); print ' | '; -print ''; +print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('STOCK_SUPPORTS_SERVICES'); } else { @@ -440,7 +440,7 @@ print " |
| '.$langs->trans("AllowAddLimitStockByWarehouse").' | '; -print ''; +print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('STOCK_ALLOW_ADD_LIMIT_STOCK_BY_WAREHOUSE'); } else { @@ -451,10 +451,9 @@ print " | \n"; print "
| '.$langs->trans("UseDispatchStatus").' | '; - print ''; + print ' | '; if ($conf->use_javascript_ajax) { print ajax_constantonoff('SUPPLIER_ORDER_USE_DISPATCH_STATUS'); } else { |