From 67dbae44867d3a9f19ba32db2532aad1fe3cb487 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Tue, 9 Oct 2012 00:58:07 +0200 Subject: [PATCH] Correction for new box inclusion --- htdocs/core/modules/modProduct.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modProduct.class.php b/htdocs/core/modules/modProduct.class.php index c34d5eb907a..72fe5a31249 100644 --- a/htdocs/core/modules/modProduct.class.php +++ b/htdocs/core/modules/modProduct.class.php @@ -90,7 +90,7 @@ class modProduct extends DolibarrModules // Boxes $this->boxes = array(); $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 $this->rights = array();