Commit 4142239e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction filtres imputations Siham & paiements

parent 14d1c155
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,11 +27,11 @@ $this->headTitle()->append($title);
                echo '<div class="alert alert-info">Aucune donnée trouvée</div>';
            }

            if ($rechercheForm->hasStructures()) {
            if ($rechercheForm->hasStructureFilter() && $rechercheForm->hasStructures()) {
                echo $this->formControlGroup($rechercheForm->get('structure'));
            }

            if ($rechercheForm->hasPeriodes()) {
            if ($rechercheForm->hasPeriodeFilter() && $rechercheForm->hasPeriodes()) {
                echo $this->formControlGroup($rechercheForm->get('periode'));
            }