forked from Wavyzz/dolibarr
Fix: Error management in module activation
This commit is contained in:
@@ -56,7 +56,7 @@ class modCommande extends DolibarrModules
|
||||
$this->description = "Gestion des commandes clients";
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
$this->version = $this->revision[1];
|
||||
$this->const_name = 'MAIN_MODULE_COMMANDE';
|
||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||
$this->special = 0;
|
||||
$this->picto='order';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user