Loading module/Application/src/Application/Entity/Db/AgentQuotite.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class AgentQuotite { $date = $date ? : $this->getDateTime(); if ($date < $this->getDebut()) return false; if ($this->getFin() !== null and $date < $this->getFin()) return false; if ($this->getFin() !== null and $date > $this->getFin()) return false; return true; } } No newline at end of file Loading
module/Application/src/Application/Entity/Db/AgentQuotite.php +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ class AgentQuotite { $date = $date ? : $this->getDateTime(); if ($date < $this->getDebut()) return false; if ($this->getFin() !== null and $date < $this->getFin()) return false; if ($this->getFin() !== null and $date > $this->getFin()) return false; return true; } } No newline at end of file