duration field in timesheet edit dialog (#1180)
This commit is contained in:
@@ -282,7 +282,7 @@ class ProjectControllerTest extends APIControllerBaseTest
|
||||
|
||||
if ($full) {
|
||||
$expectedKeys = array_merge($expectedKeys, [
|
||||
'comment', 'budget', 'timeBudget', 'orderNumber'
|
||||
'comment', 'budget', 'timeBudget', 'orderNumber', 'orderDate'
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user