mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Timesheet - change default pe status to active
This commit is contained in:
parent
46f26f7ef9
commit
bb3c88b3b0
@ -62,7 +62,7 @@ class timesheet_datasource extends datasource
|
||||
break;
|
||||
case '':
|
||||
default:
|
||||
$status = 'ignore';
|
||||
$status = 'active';
|
||||
break;
|
||||
}
|
||||
$ds = array(
|
||||
|
Loading…
Reference in New Issue
Block a user