Commit 69cea655 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Pour le contrôle, seuls les dépassements sont nécessaires

parent 07fe55e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ class PlafondService extends AbstractEntityService
        $pqr->entity = $entity;
        $pqr->typeVolumeHoraire = $typeVolumeHoraire;
        $pqr->useView = true;
        $pqr->depassementsUniquement = true;

        $sqls[] = $this->makeQuery($pqr);