mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
Timesheet - change default pe status to active
This commit is contained in:
parent
b447c908f7
commit
6f29f16b7c
@ -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