Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppekroghitk committed Dec 18, 2024
1 parent 2fa5b51 commit 889d76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/InvoicingRateReportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 889d76f

Please sign in to comment.