From de258816354819cec932d35031cbf3144822e1e0 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 24 Feb 2023 13:29:22 +0100 Subject: [PATCH] fix "yes" could not be selected for "Asking to start and stop working time with session" --- timesheet/inc/class.timesheet_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',