diff --git a/src/Service/InvoicingRateReportService.php b/src/Service/InvoicingRateReportService.php index 6fc79d69..4a7fe5d6 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);