From 92a3ddb251c7a84fde791e96dadf86574515324c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 12 Nov 2007 02:13:58 +0000 Subject: [PATCH] =?UTF-8?q?Mutualisation=20de=20l'onglet=20cat=E9gorie=20F?= =?UTF-8?q?ix:=20un=20fournisseur=20avait=20la=20liste=20d=E9roulante=20de?= =?UTF-8?q?s=20cat=E9gories=20clients?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/categorie.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/categorie.php b/htdocs/categories/categorie.php index 8cdb7f5eb81..ccc413a927d 100644 --- a/htdocs/categories/categorie.php +++ b/htdocs/categories/categorie.php @@ -186,8 +186,11 @@ if ($_GET["socid"]) if ($mesg) print($mesg); - if ($soc->client) formCategory($db,$soc,$type,2); - print '

'; + if ($soc->client) + { + formCategory($db,$soc,$type,2); + print '

'; + } if ($soc->fournisseur) formCategory($db,$soc,$type,1); } else if ($_GET["id"] || $_GET["ref"])