variable spelling error
This commit is contained in:
parent
3fc51c2786
commit
0f07297329
@ -117,7 +117,7 @@ class ActionComm extends CommonObject
|
||||
$this->note=dol_htmlcleanlastbr(trim($this->note));
|
||||
if (empty($this->percentage)) $this->percentage = 0;
|
||||
if (empty($this->priority)) $this->priority = 0;
|
||||
if (empty($this->fulldayevent)) $this->fuldayevent = 0;
|
||||
if (empty($this->fulldayevent)) $this->fulldayevent = 0;
|
||||
if (empty($this->punctual)) $this->punctual = 0;
|
||||
if ($this->percentage > 100) $this->percentage = 100;
|
||||
if ($this->percentage == 100 && ! $this->dateend) $this->dateend = $this->date;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user