From d68edbd8bbd90021e59f581f54ddb59fa6aca60c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Mar 2006 13:59:41 +0000 Subject: [PATCH] bugfix --- htdocs/includes/boxes/box_propales.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index 49eff7c6ce3..cf1219b71ed 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -58,9 +58,8 @@ class box_propales extends ModeleBoxes { */ function loadBox($max=5) { - if ($user->societe_id > 0) + if ($user->societe_id) { - $action = ''; $socidp = $user->societe_id; }