From aa02b4c6e85fd44f6ed74b74ee3f9f26496eb554 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 5 Nov 2003 17:31:59 +0000 Subject: [PATCH] Ajoute la boite commande --- htdocs/includes/modules/modCommande.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/includes/modules/modCommande.class.php b/htdocs/includes/modules/modCommande.class.php index f08114eb2c0..f62954a79d8 100644 --- a/htdocs/includes/modules/modCommande.class.php +++ b/htdocs/includes/modules/modCommande.class.php @@ -35,6 +35,9 @@ class modCommande extends modDolibarrModules $this->db = $DB ; $this->const = array(); $this->boxes = array(); + + $this->boxes[0][0] = "Commandes"; + $this->boxes[0][1] = "box_commandes.php"; } /* *