ソースを参照

NEW: Module Reception (for a more accurate management of your
receptions) moved from experimental to stable

Laurent Destailleur 4 年 前
コミット
d1323f55bb
2 ファイル変更2 行追加1 行削除
  1. 1 0
      ChangeLog
  2. 1 1
      htdocs/core/modules/modReception.class.php

+ 1 - 0
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:

+ 1 - 1
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";