Fixed time entries exports for employees #2

This commit is contained in:
Constantin Graf
2025-05-16 15:14:22 +02:00
parent 36caadeb14
commit 48f09421d0
3 changed files with 196 additions and 3 deletions

View File

@@ -226,6 +226,7 @@ class TimeEntryController extends Controller
'start' => $request->getStart()->timezone($timezone),
'end' => $request->getEnd()->timezone($timezone),
'localization' => $localizationService,
'showBillableRate' => $showBillableRate,
]);
$footerViewFile = file_get_contents(resource_path('views/reports/time-entry-index/pdf-footer.blade.php'));
if ($footerViewFile === false) {