Commit 9e15e245 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Typo (Feuille de temps)

parent 7abfbb27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);