NEW: Module Reception (for a more accurate management of your
receptions) moved from experimental to stable
This commit is contained in:
parent
75d368b706
commit
d1323f55bb
@ -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:
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user