diff --git a/htdocs/product/index.php b/htdocs/product/index.php index eed5418df37..10f260db9b0 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -22,10 +22,10 @@ */ /** - \file htdocs/product/index.php - \ingroup product - \brief Page accueil des produits et services - \version $Revision$ + \file htdocs/product/index.php + \ingroup product + \brief Page accueil des produits et services + \version $Revision$ */ require("./pre.inc.php"); @@ -33,6 +33,7 @@ require("./pre.inc.php"); if (!$user->rights->produit->lire) accessforbidden(); + /* * Affichage page accueil * @@ -106,9 +107,11 @@ print '
| '.$langs->trans("LastRecorded").' | |||
| '.$langs->trans("LastRecordedProducts",$max).' | $objp->label | "; print "".$typeprodser[$objp->fk_product_type]." | "; + print ''.($objp->envente?$langs->trans("OnSell"):$langs->trans("NotOnSell"))." | "; print "\n"; $i++; }