diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 9d61ff545ef..3d5804ec740 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -621,7 +621,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print ''; print ''; - print ''; // Label - print ''; + print ''; // Status - print ''; @@ -748,9 +748,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print '
'; - print '
'.$langs->trans("Ref").''; + print ''.$langs->trans("Ref").''; if ($_error == 1) { print $langs->trans("RefAlreadyExists"); @@ -629,10 +629,10 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print '
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("Status").''; + print '
'.$langs->trans("Status").''; $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell")); $html->select_array('statut',$statutarray,$_POST["statut"]); print '
'; - print ''; - print '
'; + print '
'; print ''; }