Skip to content

Commit 053aa3f

Browse files
committed
Doc
1 parent b6ea58f commit 053aa3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

htdocs/cabinetmed/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
4+
# 17.0.1 unreleased
5+
6+
- FIX edit of status prospect/customer.
7+
8+
39
## 17.0.0
410

511
- NEW Can disable auto recording agenda with MAIN_AGENDA_ACTIONAUTO_CABINETMED_OUTCOME_CREATE

htdocs/cabinetmed/core/modules/modCabinetMed.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function __construct($db)
6565
$this->editor_url = 'https://www.dolimed.com';
6666

6767
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
68-
$this->version = '17.0';
68+
$this->version = '17.1';
6969
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
7070
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
7171
// Name of image file used for this module.

0 commit comments

Comments
 (0)