fix "yes" could not be selected for "Asking to start and stop working time with session"

This commit is contained in:
ralf 2023-02-24 13:29:22 +01:00
parent 0b6f649821
commit de25881635

View File

@ -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',