forked from Wavyzz/dolibarr
Uniformize name of standard PDF template
This commit is contained in:
@@ -51,7 +51,7 @@ class modService extends DolibarrModules
|
||||
$this->module_position = 30;
|
||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
||||
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||
$this->description = "Gestion des services";
|
||||
$this->description = "Service management";
|
||||
|
||||
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
|
||||
$this->version = 'dolibarr';
|
||||
|
||||
Reference in New Issue
Block a user