mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
fix "yes" could not be selected for "Asking to start and stop working time with session"
This commit is contained in:
parent
0b6f649821
commit
de25881635
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user