From 27d61196164e24d357a315cbe5819a898e046dca Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 23 Mar 2003 18:21:48 +0000 Subject: [PATCH] Correction du test --- htdocs/fourn/pre.inc.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/pre.inc.php3 b/htdocs/fourn/pre.inc.php3 index f4a7aa8a118..828d01afc3c 100644 --- a/htdocs/fourn/pre.inc.php3 +++ b/htdocs/fourn/pre.inc.php3 @@ -40,7 +40,7 @@ function llxHeader($head = "", $urlp = "") { /* * Sécurité accés client */ - if ($user->societe_id > 0) + if ($user->societe_id == 0) { $menu->add_submenu("/soc.php3?&action=create","Nouvelle société");