diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 020d9e2cf89..425580f3a1e 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -942,11 +942,13 @@ if ($_GET["id"] || $_GET["ref"]) print ''; print ''; print ''; - print ''; + print ''; print ''; + + // Status print ''; + if ($product->isproduct() && $conf->stock->enabled) { print "".'
'.$langs->trans("Ref").'
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("VATRate").''; print $html->select_tva("tva_tx", $product->tva_tx, $mysoc, '', $product->tva_tx); print '
'.$langs->trans("Status").''; print ''; print '
'.$langs->trans("StockLimit").'';