Loading module/Application/src/Application/Assertion/ServiceAssertion.php +2 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading Loading
module/Application/src/Application/Assertion/ServiceAssertion.php +2 −1 Original line number Diff line number Diff line Loading @@ -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'); Loading