Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into

develop

Conflicts:
	htdocs/projet/activity/perweek.php
This commit is contained in:
Laurent Destailleur 2021-04-10 14:02:12 +02:00
commit 5be6ed3996

View File

@ -184,7 +184,7 @@ if (GETPOST('submitdateselect')) {
if (GETPOST('remonth', 'int') && GETPOST('reday', 'int') && GETPOST('reyear', 'int')) {
$daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
}
$action = '';
}