diff --git a/ChangeLog b/ChangeLog index 61c0f338175..7c9b5c237ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: diff --git a/htdocs/core/modules/modReception.class.php b/htdocs/core/modules/modReception.class.php index c09915febb8..19cd20271b8 100644 --- a/htdocs/core/modules/modReception.class.php +++ b/htdocs/core/modules/modReception.class.php @@ -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";