NEW: Module Reception (for a more accurate management of your

receptions) moved from experimental to stable
This commit is contained in:
Laurent Destailleur 2020-08-17 14:10:43 +02:00
parent 75d368b706
commit d1323f55bb
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ English Dolibarr ChangeLog
***** ChangeLog for 13.0.0 compared to 12.0.0 *****
For users:
NEW: Add module Credit transfer SEPA to manage payment of supplier using bank credit transfer SEPA files
NEW: Module Reception (for a more accurate management of your receptions) moved from experimental to stable
WARNING:

View File

@ -50,7 +50,7 @@ class modReception extends DolibarrModules
$this->description = "Gestion des réceptions fournisseurs";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'experimental';
$this->version = 'dolibarr';
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->picto = "dollyrevert";