From 889d76fc221b71960931ff819251594f10aa8d12 Mon Sep 17 00:00:00 2001 From: Jeppe Krogh Date: Wed, 18 Dec 2024 11:57:57 +0100 Subject: [PATCH] Coding standards --- src/Service/InvoicingRateReportService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/InvoicingRateReportService.php b/src/Service/InvoicingRateReportService.php index 6fc79d693..4a7fe5d66 100644 --- a/src/Service/InvoicingRateReportService.php +++ b/src/Service/InvoicingRateReportService.php @@ -112,7 +112,6 @@ public function getInvoicingRateReport(PeriodTypeEnum $viewPeriodType = PeriodTy $invoicingRateReportData->periodAverages->set($period, $average); } - $invoicingRateReportWorker->average = $loggedHoursSum > 0 ? round($loggedBilledHoursSum / $loggedHoursSum * 100, 4) : 0; $invoicingRateReportData->workers->add($invoicingRateReportWorker);