mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: Plus de plantage si le module ne definie pas la tableau des boxes
This commit is contained in:
@@ -72,6 +72,9 @@ class modBoutique extends DolibarrModules
|
||||
// Constantes
|
||||
$this->const = array();
|
||||
|
||||
// Boites
|
||||
$this->boxes = array();
|
||||
|
||||
// Permissions
|
||||
$this->rights = array();
|
||||
$this->rights_class = 'boutique';
|
||||
|
||||
Reference in New Issue
Block a user