Merge pull request #11190 from atm-florian/develop
add info into change log
This commit is contained in:
commit
c50a3c4a78
@ -174,6 +174,7 @@ Following changes may create regressions for some external modules, but were nec
|
|||||||
* Removed deprecated use of string in dol_print_date(). Only date allowed.
|
* Removed deprecated use of string in dol_print_date(). Only date allowed.
|
||||||
* Deprecated property ->fk_departement is now ->state_id everywhere.
|
* Deprecated property ->fk_departement is now ->state_id everywhere.
|
||||||
* Removed the method 4 of GETPOST (to get $_COOKIE). It was not used and not recommanded to use in Dolibarr.
|
* Removed the method 4 of GETPOST (to get $_COOKIE). It was not used and not recommanded to use in Dolibarr.
|
||||||
|
* Column llx_facture.facnumber change to llx_facture.ref
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 9.0.3 compared to 9.0.2 *****
|
***** ChangeLog for 9.0.3 compared to 9.0.2 *****
|
||||||
|
|||||||
@ -746,7 +746,7 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it
|
|||||||
$filefound= false;
|
$filefound= false;
|
||||||
|
|
||||||
// Define path to file README.md.
|
// Define path to file README.md.
|
||||||
// First check README-la_LA.md then README.md
|
// First check ChangeLog-la_LA.md then ChangeLog.md
|
||||||
$pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog-'.$langs->defaultlang.'.md', 0);
|
$pathoffile = dol_buildpath(strtolower($this->name).'/ChangeLog-'.$langs->defaultlang.'.md', 0);
|
||||||
if (dol_is_file($pathoffile)) {
|
if (dol_is_file($pathoffile)) {
|
||||||
$filefound = true;
|
$filefound = true;
|
||||||
|
|||||||
@ -331,7 +331,9 @@ if ($result)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
print '<td></td>';
|
print '<td></td>';
|
||||||
}
|
}else {
|
||||||
|
print '<td></td><td></td>';
|
||||||
|
}
|
||||||
print '<td></td>';
|
print '<td></td>';
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user