variable spelling error

This commit is contained in:
fhenry 2012-12-13 17:33:53 +01:00
parent 3fc51c2786
commit 0f07297329

View File

@ -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;