Commit 6666f872 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fix agent null pour les parcours applicatifs

parent 5ecfe0e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ ksort($applicationsArray);
                                <?php echo $application->getLibelle(); ?>
                            </td>
                            <td class="validation">
                                <?php $hasApplication = $agent->hasApplication($application); ?>
                                <?php $hasApplication = ($agent)?$agent->hasApplication($application):null; ?>
                                <?php if ($hasApplication === null) : ?>
                                    <?php if ($canModifier) : ?>
                                        <a