2
0
forked from Wavyzz/dolibarr

Uniformize name of standard PDF template

This commit is contained in:
Laurent Destailleur
2017-05-04 20:16:55 +02:00
parent 39d9a0f979
commit 768df56c07
12 changed files with 38 additions and 23 deletions

View File

@@ -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';