Clean code
This commit is contained in:
parent
e7a4f04da4
commit
2b1fab2181
@ -520,7 +520,6 @@ if (!empty($conf->global->MAIN_DEFAULT_WORKING_DAYS))
|
|||||||
for ($idw = 0; $idw < 7; $idw++)
|
for ($idw = 0; $idw < 7; $idw++)
|
||||||
{
|
{
|
||||||
$dayinloopfromfirstdaytoshow = dol_time_plus_duree($firstdaytoshow, $idw, 'd'); // $firstdaytoshow is a date with hours = 0
|
$dayinloopfromfirstdaytoshow = dol_time_plus_duree($firstdaytoshow, $idw, 'd'); // $firstdaytoshow is a date with hours = 0
|
||||||
$dayinloop = dol_time_plus_duree($startday, $idw, 'd');
|
|
||||||
|
|
||||||
// Useless because $dayinloopwithouthours should be same than $dayinloopfromfirstdaytoshow
|
// Useless because $dayinloopwithouthours should be same than $dayinloopfromfirstdaytoshow
|
||||||
//$tmparray = dol_getdate($dayinloop);
|
//$tmparray = dol_getdate($dayinloop);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user