From 036178378b132c57022f109c672fdf0cab98747b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Mar 2006 17:02:07 +0000 Subject: [PATCH] =?UTF-8?q?d=E9but=20ajout=20possibilit=E9=20de=20d=E9term?= =?UTF-8?q?iner=20si=20le=20contenu=20d'une=20cat=E9gorie=20sera=20visible?= =?UTF-8?q?=20ou=20=20non=20dans=20la=20liste=20des=20produits/services,?= =?UTF-8?q?=20ceci=20afin=20de=20pouvoir=20cacher=20les=20sous-produits=20?= =?UTF-8?q?=20par=20exemple.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index 1663bbb6660..9a8df008a97 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -135,7 +135,7 @@ if ($user->rights->produit->creer) print $html->select_all_categories(); print ''; print ''.$langs->trans ("ContentsVisibleByAll").''; - print $html->selectyesnonum("visible",$categorie->visible); + print $html->selectyesnonum("visible", 1); print ''; print ''; print '';