From 1f61ae68230e782e13842562444b4e84bfa270a1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 17 Nov 2003 16:32:09 +0000 Subject: [PATCH] Suppression des services (nouveau module autonome) --- htdocs/includes/modules/modProduit.class.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/htdocs/includes/modules/modProduit.class.php b/htdocs/includes/modules/modProduit.class.php index 8e7033fee48..4509c4ec077 100644 --- a/htdocs/includes/modules/modProduit.class.php +++ b/htdocs/includes/modules/modProduit.class.php @@ -44,17 +44,14 @@ class modProduit extends DolibarrModules $this->const = array(); $this->boxes = array(); - $this->boxes[0][0] = "Services vendus"; - $this->boxes[0][1] = "box_services_vendus.php"; - $this->boxes[1][0] = "Derniers produits"; - $this->boxes[1][1] = "box_produits.php"; + $this->boxes[0][0] = "Derniers produits"; + $this->boxes[0][1] = "box_produits.php"; } /* * * * */ - Function init() { /*