Release 2.33.0 (#5438)
This commit is contained in:
@@ -63,6 +63,8 @@ final class ContractController extends AbstractController
|
||||
|
||||
/** @var \DateTime $yearDate */
|
||||
$yearDate = $values->getDate();
|
||||
// make sure we use the correct datetime for the selected user
|
||||
$yearDate = $this->getDateTimeFactory($profile)->createStartOfYear($yearDate);
|
||||
$year = $workingTimeService->getYear($profile, $yearDate, $now);
|
||||
|
||||
$page = new PageSetup('work_times');
|
||||
|
||||
Reference in New Issue
Block a user