Loading module/Oscar/view/oscar/activity-type/index.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ <?= $entity->getLabel() ?> <?php if( $distribution[$entity->getId()] ): ?> <a href="<?= $this->url('contract/advancedsearch') ?>?q=&criteria[]=at%3B<?= $entity->getId() ?>%3B" <a href="<?= $this->url('contract/search-global') ?>?q=&f[]=at%3B<?= $entity->getId() ?>%3B" title="Voir" class="label label-info"> class="cartouche primary"> <?= $distribution[$entity->getId()] ?> </a> <?php else: ?> Loading Loading
module/Oscar/view/oscar/activity-type/index.phtml +2 −2 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ <?= $entity->getLabel() ?> <?php if( $distribution[$entity->getId()] ): ?> <a href="<?= $this->url('contract/advancedsearch') ?>?q=&criteria[]=at%3B<?= $entity->getId() ?>%3B" <a href="<?= $this->url('contract/search-global') ?>?q=&f[]=at%3B<?= $entity->getId() ?>%3B" title="Voir" class="label label-info"> class="cartouche primary"> <?= $distribution[$entity->getId()] ?> </a> <?php else: ?> Loading