Timesheet - change default pe status to active

This commit is contained in:
nathangray 2017-11-27 09:32:25 -07:00
parent 46f26f7ef9
commit bb3c88b3b0

View File

@ -62,7 +62,7 @@ class timesheet_datasource extends datasource
break; break;
case '': case '':
default: default:
$status = 'ignore'; $status = 'active';
break; break;
} }
$ds = array( $ds = array(