added export module (#538)
This commit is contained in:
@@ -189,6 +189,7 @@ class TimesheetController extends AbstractController
|
||||
'page' => $page,
|
||||
]),
|
||||
'include_rate' => $this->isGranted('edit_rate', $entry),
|
||||
'include_exported' => $this->isGranted('edit_export', $entry),
|
||||
'include_user' => true,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user