mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Timesheet - change default pe status to active
This commit is contained in:
@@ -62,7 +62,7 @@ class timesheet_datasource extends datasource
|
||||
break;
|
||||
case '':
|
||||
default:
|
||||
$status = 'ignore';
|
||||
$status = 'active';
|
||||
break;
|
||||
}
|
||||
$ds = array(
|
||||
|
Reference in New Issue
Block a user