Skip to content
Snippets Groups Projects
Commit e26c37eb authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Refactoring manquant.

parent c1f9baaf
No related branches found
No related tags found
1 merge request!55Ll bug report services
...@@ -268,7 +268,7 @@ if ($canPutInTest) { ...@@ -268,7 +268,7 @@ if ($canPutInTest) {
echo $this->tag('a', [ echo $this->tag('a', [
'class' => 'btn btn-default', 'class' => 'btn btn-default',
'href' => $this->url('formule-calcul/test/creer-from-reel', [ 'href' => $this->url('formule-calcul/test/creer-from-reel', [
'intervenant' => $intervenant->getRouteParam(), 'intervenant' => $intervenant->getId(),
'typeVolumeHoraire' => $form->get('type-volume-horaire')->getValue(), 'typeVolumeHoraire' => $form->get('type-volume-horaire')->getValue(),
'etatVolumeHoraire' => $form->get('etat-volume-horaire')->getValue(), 'etatVolumeHoraire' => $form->get('etat-volume-horaire')->getValue(),
]), ]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment