Loading module/Oscar/src/Oscar/Controller/TimesheetController.php +1 −1 Original line number Diff line number Diff line Loading @@ -1644,7 +1644,7 @@ class TimesheetController extends AbstractOscarController } if (!$period) { return $this->getResponseBadRequest("La période est non définit"); return $this->getResponseBadRequest("La période est non défini"); } $personId = $this->params()->fromQuery('person', null); Loading Loading
module/Oscar/src/Oscar/Controller/TimesheetController.php +1 −1 Original line number Diff line number Diff line Loading @@ -1644,7 +1644,7 @@ class TimesheetController extends AbstractOscarController } if (!$period) { return $this->getResponseBadRequest("La période est non définit"); return $this->getResponseBadRequest("La période est non défini"); } $personId = $this->params()->fromQuery('person', null); Loading