Commit c4fc0aeb authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Encore un bug sur l'assertion des services

parent 584c9669
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,6 +194,7 @@ class ServiceAssertion extends AbstractAssertion
        if (!$intervenant) return true;

        $typeVolumehoraireCode = $this->getMvcEvent()->getRouteMatch()->getParam('type-volume-horaire-code');
        if (!$typeVolumehoraireCode) return true;
        $typeVolumeHoraire = $this->getServiceTypeVolumeHoraire()->getByCode($typeVolumehoraireCode);

        $wfEtape = $this->getWorkflowEtape($typeVolumeHoraire, 'saisie');