diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 60e005d4aec..98f14b2f9f4 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -134,15 +134,31 @@ if ($_GET["action"] == 'create') } print '
| '.$langs->trans("Label").' | |
| '.$langs->trans("Description").' | '; - print ' |
| '.$langs->trans("Label").' | '.$entrepot->libelle.' | '; print '||||||
| '.$langs->trans("Description").' | '.nl2br($entrepot->description).' | ||||||
| '.$langs->trans("Status").' | '.$entrepot->statuts[$entrepot->statut].' | ||||||
| '.$langs->trans("LocationSummary").' | '.$entrepot->lieu.' | ||||||
| '.$langs->trans("Status").' | '.$entrepot->statuts[$entrepot->statut].' | ||||||
| '.$langs->trans("NumberOfProducts").' | '; print $entrepot->nb_products(); print " | ||||||
| '.$langs->trans("Status").' | '; - print ''; - print ' | ||||||
| '.$langs->trans("LocationSummary").' | |||||||
| '.$langs->trans('Address').' | | '.$langs->trans('Address').' | | |||||
| '.$langs->trans("Status").' | '; + print ''; + print ' | ||||||
| '; print ' | |||||||