diff --git a/ChangeLog b/ChangeLog
index 21f01e805bf..c425872e9c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,7 @@ WARNING:
Following changes may create regressions for some external modules, but were necessary to make Dolibarr better:
* Properties ->libelle_incoterms were renamed into ->label_incoterms
-
+* Removed the method liste_array() of project class. It was not used by core code.
***** ChangeLog for 10.0.0 compared to 9.0.0 *****
diff --git a/dev/dolibarr_changes.txt b/dev/dolibarr_changes.txt
index 5bad55fd4d2..e87b082dd06 100644
--- a/dev/dolibarr_changes.txt
+++ b/dev/dolibarr_changes.txt
@@ -27,6 +27,15 @@ With
+ESCPOS:
+-------
+Replace
+ private $connector;
+With
+ protected $connector;
+
+
+
NUSOAP:
-------
* In file nusoap.php, to avoid a warning,
diff --git a/htdocs/accountancy/admin/journals_list.php b/htdocs/accountancy/admin/journals_list.php
index cac81bfbcae..78cd92f90e0 100644
--- a/htdocs/accountancy/admin/journals_list.php
+++ b/htdocs/accountancy/admin/journals_list.php
@@ -162,7 +162,7 @@ if (GETPOST('actionadd', 'alpha') || GETPOST('actionmodify', 'alpha'))
{
if ($fieldnamekey == 'libelle' || ($fieldnamekey == 'label')) $fieldnamekey='Label';
if ($fieldnamekey == 'code') $fieldnamekey = 'Code';
- if ($fieldnamekey == 'nature') $fieldnamekey = 'Nature';
+ if ($fieldnamekey == 'nature') $fieldnamekey = 'NatureOfJournal';
}
// Other checks
if (isset($_POST["code"]))
@@ -437,7 +437,7 @@ if ($id)
$valuetoshow=$langs->trans("Label");
}
if ($fieldlist[$field]=='nature') {
- $valuetoshow=$langs->trans("Nature");
+ $valuetoshow=$langs->trans("NatureOfJournal");
}
if ($valuetoshow != '') {
@@ -516,7 +516,7 @@ if ($id)
}
// Title line with search boxes
- print '