From d1323f55bb77b159c7110984ef9ccb25feb38a95 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 17 Aug 2020 14:10:43 +0200 Subject: [PATCH] NEW: Module Reception (for a more accurate management of your receptions) moved from experimental to stable --- ChangeLog | 1 + htdocs/core/modules/modReception.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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";