diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 30d0e34293fcd74ad2b601dbb191f6aff09179a4..e1ca149b9b7c65c6460766dac2fc4972ee66ecba 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -462,7 +462,7 @@ else print '<table class="border" width="100%">'; // Ref - print '<tr><td width="20%">'.$langs->trans("Ref").'</td><td colspan="3"><input name="libelle" size="20" value="'.$entrepot->libelle.'"></td></tr>'; + print '<tr><td width="20%" class="fieldrequired">'.$langs->trans("Ref").'</td><td colspan="3"><input name="libelle" size="20" value="'.$entrepot->libelle.'"></td></tr>'; print '<tr><td width="20%">'.$langs->trans("LocationSummary").'</td><td colspan="3"><input name="lieu" size="40" value="'.$entrepot->lieu.'"></td></tr>';