diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index df4efa84e19..0dfe1fb124c 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -115,7 +115,10 @@ else print ''; print ''; print ""; - print ''; + print ''; + print '"; print "
Libellé'.$entrepot->libelle.'
Description".nl2br($entrepot->description)."
statut'.$entrepot->statuts[$entrepot->statut].'
statut'.$entrepot->statuts[$entrepot->statut].'
Nb de produits'; + print $entrepot->nb_products(); + print "
"; } } @@ -145,6 +148,7 @@ else print ''; } print ''; + print "".' '; print ''; print '';