Skip to content
Snippets Groups Projects
Commit aa5f41f1 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Merge branch 'master' into unicaen_parametre

parents 067f4c53 8561838b
Branches unicaen_parametre
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ $res = ($now <= $date);
?>
<?php if ($canRenseigner) : ?>
<?php if (($dayAfter >= $now) AND ($entretien->getValidationResponsable() === null OR $entretien->getValidationResponsable()->estHistorise())) : ?>
<?php if ($res AND ($entretien->getValidationResponsable() === null OR $entretien->getValidationResponsable()->estHistorise())) : ?>
<?php
/** @see \Autoform\View\Helper\InstanceAsFormulaireHelper */
$retour = $this->url('entretien-professionnel/renseigner', ['entretien' => $entretien->getId()], ['force_canonical' => false], true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment