diff --git a/timesheet/inc/class.timesheet_hooks.inc.php b/timesheet/inc/class.timesheet_hooks.inc.php index 7e70ca9cb4..0109ee2a99 100644 --- a/timesheet/inc/class.timesheet_hooks.inc.php +++ b/timesheet/inc/class.timesheet_hooks.inc.php @@ -167,7 +167,7 @@ class timesheet_hooks 'label' => 'Ask to start and stop working time with session', 'name' => 'workingtime_session', 'values' => [ - '' => 'yes', + 'yes' => 'yes', 'no' => 'no', ], 'help' => 'Would you like to be asked, to start and stop working time, when login in or off',