Correction for new box inclusion
This commit is contained in:
parent
229005b1a9
commit
67dbae4486
@ -90,7 +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";
|
$this->boxes[1][1] = "box_produits_alerte_stock.php";
|
||||||
|
|
||||||
// Permissions
|
// Permissions
|
||||||
$this->rights = array();
|
$this->rights = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user