Loading module/Application/view/application/intervenant/voir-heures-comp.phtml +7 −7 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ if ($canPutInTest) { echo $this->tag('a', [ 'class' => 'btn btn-default', 'href' => $this->url('formule-calcul/test/creer-from-reel', [ 'intervenant' => $intervenant->getRouteParam(), 'intervenant' => $intervenant->getId(), 'typeVolumeHoraire' => $form->get('type-volume-horaire')->getValue(), 'etatVolumeHoraire' => $form->get('etat-volume-horaire')->getValue(), ]), Loading Loading
module/Application/view/application/intervenant/voir-heures-comp.phtml +7 −7 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ if ($canPutInTest) { echo $this->tag('a', [ 'class' => 'btn btn-default', 'href' => $this->url('formule-calcul/test/creer-from-reel', [ 'intervenant' => $intervenant->getRouteParam(), 'intervenant' => $intervenant->getId(), 'typeVolumeHoraire' => $form->get('type-volume-horaire')->getValue(), 'etatVolumeHoraire' => $form->get('etat-volume-horaire')->getValue(), ]), Loading