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"; } /* *