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

Retrait d'une colonne

parent c9de9904
No related branches found
No related tags found
No related merge requests found
Pipeline #36854 failed
......@@ -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()])) : ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment