Notifications
Clear all
Hi,
Issue confirmed.
Strange, but this only occurs on first task (if 1 day task is second, all is right) :huh:
Ticket #1624 recorded
NB : this issue has no link with #1619, and possibly exist since many versions.
Posted : 28 Nov 2014 20H15
Hi,
Fix found :
In /model/PlannedWork.php, replace line 250
if (addWorkDaysToDate($precEnd,1+$precVal) > $startPlan) { // #77
with
if (addWorkDaysToDate($precEnd,1+$precVal) >= $startPlan) { // #77
(yes, just replace > with >=)
Posted : 28 Nov 2014 21H05
Topic starter
It's OK. Thanks !
Posted : 01 Dec 2014 10H48
