Task # 186 : Forgot to add the new box in the mod definition...

This commit is contained in:
Maxime Kohlhaas 2012-10-09 00:54:02 +02:00
parent 478449da37
commit 229005b1a9

View File

@ -90,6 +90,7 @@ class modProduct extends DolibarrModules
// Boxes // Boxes
$this->boxes = array(); $this->boxes = array();
$this->boxes[0][1] = "box_produits.php"; $this->boxes[0][1] = "box_produits.php";
$this->boxes[0][2] = "box_produits_alerte_stock.php";
// Permissions // Permissions
$this->rights = array(); $this->rights = array();