mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
Qual: Simplify/Uniformize code
This commit is contained in:
@@ -51,7 +51,8 @@ class modCommande extends DolibarrModules
|
||||
$this->numero = 25 ;
|
||||
|
||||
$this->family = "crm";
|
||||
$this->name = "Commande";
|
||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = eregi_replace('^mod','',get_class($this));
|
||||
$this->description = "Gestion des commandes clients";
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
$this->version = $this->revision[1];
|
||||
|
||||
Reference in New Issue
Block a user