refactor(night-contingent) : retirer garde morte dans le provider PDF
This commit is contained in:
@@ -87,9 +87,6 @@ class NightHoursContingentPrintProvider implements ProviderInterface
|
||||
});
|
||||
|
||||
$rows = $this->exportBuilder->buildRows($siteEmployees, $year);
|
||||
if ([] === $rows) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$renderRows = [];
|
||||
foreach ($rows as $row) {
|
||||
|
||||
Reference in New Issue
Block a user