Commit 7fa59868 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Retrait d'une colonne

parent c9de9904
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate
                    <th> Code </th>
                    <th> Effectif </th>
                    <th> Titre </th>
                    <th> Entity </th>
                    <th> #Abonnement </th>
                    <th class="action"> Action </th>
                </tr>
@@ -106,7 +105,6 @@ $canAfficherTous = $this->isAllowed(IndicateurPrivileges::getResourceId(Indicate
                                </small>
                            <?php endif; ?>
                        </td>
                        <td> <?php echo $indicateur->getEntity(); ?> </td>
                        <td>
                            <?php echo count($indicateur->getAbonnements()); ?>
                            <?php if (isset($abonnements[$indicateur->getId()])) : ?>