From 573a683164b8cd71ec067e281fc7667f02c15b51 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 19:10:19 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20boite=20des=20derniers?= =?UTF-8?q?=20clients,=20la=20boite=20est=20d=E9plac=E9e=20dans=20le=20mod?= =?UTF-8?q?ule=20commercial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modSociete.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htdocs/includes/modules/modSociete.class.php b/htdocs/includes/modules/modSociete.class.php index bd6a9a62bd8..a8ff9c78d0b 100644 --- a/htdocs/includes/modules/modSociete.class.php +++ b/htdocs/includes/modules/modSociete.class.php @@ -42,11 +42,6 @@ class modSociete extends DolibarrModules $this->const = array(); $this->boxes = array(); - - $this->boxes[0][0] = "Derniers clients"; - $this->boxes[0][1] = "box_clients.php"; - - } /* *