mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 01:53:03 +01:00
Qual: Suppression de warning en mode error=E_ALL
This commit is contained in:
@@ -57,8 +57,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_config = MAIN_MODULE_COMMANDE;
|
||||
$this->const_name = 'MAIN_MODULE_COMMANDE';
|
||||
$this->special = 0;
|
||||
$this->picto='order';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user