feat(heures) : export Contingent heures de nuit (liste employés) #28

Merged
tristan merged 17 commits from feat/night-hours-contingent-export into develop 2026-06-11 13:02:31 +00:00
Showing only changes of commit 5d944f1ec5 - Show all commits
@@ -87,9 +87,6 @@ class NightHoursContingentPrintProvider implements ProviderInterface
});
$rows = $this->exportBuilder->buildRows($siteEmployees, $year);
if ([] === $rows) {
continue;
}
$renderRows = [];
foreach ($rows as $row) {