Fix missing reception module description translation key.

This commit is contained in:
Francis Appels 2022-01-28 16:35:14 +01:00
parent ef70777cf1
commit 8d75f575e5
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class modReception extends DolibarrModules
$this->module_position = '40'; $this->module_position = '40';
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module) // 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->name = preg_replace('/^mod/i', '', get_class($this));
$this->description = "Gestion des réceptions fournisseurs"; $this->description = "ReceptionDescription";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version // Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'dolibarr'; $this->version = 'dolibarr';

View File

@ -1,5 +1,6 @@
# Dolibarr language file - Source file is en_US - receptions # Dolibarr language file - Source file is en_US - receptions
ReceptionsSetup=Product Reception setup ReceptionDescription=Vendor reception management (Create reception documents)
ReceptionsSetup=Vendor Reception setup
RefReception=Ref. reception RefReception=Ref. reception
Reception=Reception Reception=Reception
Receptions=Receptions Receptions=Receptions