Attribute datee doesn't exist on class Task
This commit is contained in:
parent
00d3750ab1
commit
f247bda226
@ -2304,7 +2304,7 @@ class Task extends CommonObjectLine
|
||||
|
||||
$now = dol_now();
|
||||
|
||||
$datetouse = ($this->date_end > 0) ? $this->date_end : ((isset($this->datee) && $this->datee > 0) ? $this->datee : 0);
|
||||
$datetouse = ($this->date_end > 0) ? $this->date_end : 0;
|
||||
|
||||
return ($datetouse > 0 && ($datetouse < ($now - $conf->projet->task->warning_delay)));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user