Commit 4f284ba0 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Rappel

parent 3828a94d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3419,7 +3419,7 @@ class TimesheetService implements UseOscarUserContextService, UseOscarConfigurat

        // Déclarant / infos déclarées
        $declarer = $this->getPersonService()->getPersonById($declarerId, true);
        $datas = $this->getPersonTimesheetsDatas($declarer, $period);
        $datas = $this->getPersonTimesheetsDatas($declarer, $period, false, 0);

        foreach ($datas['daysInfos'] as $day) {
            $needed += $day['dayLength'];