mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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',
|
'label' => 'Ask to start and stop working time with session',
|
||||||
'name' => 'workingtime_session',
|
'name' => 'workingtime_session',
|
||||||
'values' => [
|
'values' => [
|
||||||
'' => 'yes',
|
'yes' => 'yes',
|
||||||
'no' => 'no',
|
'no' => 'no',
|
||||||
],
|
],
|
||||||
'help' => 'Would you like to be asked, to start and stop working time, when login in or off',
|
'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