From 6bc37e5e7d23fa1c12c978f117c207acc3dbe9e1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 27 Nov 2003 13:55:52 +0000 Subject: [PATCH] Ajout du nombre de produits total en stock --- htdocs/product/stock/fiche.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 '';