Commit 19b42fb5 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction du code du filtre Annee univ de 1ere inscription pour être cohérent.

parent 22d05200
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ class TheseSelectFilter extends TheseFilter
    const NAME_ecoleDoctorale = 'ecoleDoctorale';
    const NAME_uniteRecherche = 'uniteRecherche';
    const NAME_anneePremiereInscription = 'anneePremiereInscription';
    const NAME_anneeUniv1ereInscription = 'anneeUnivPremiereInscription';
    const NAME_anneeUniv1ereInscription = 'anneeUniv1ereInscription';
    const NAME_anneeSoutenance = 'anneeSoutenance';
    const NAME_discipline = 'discipline';
    const NAME_domaineScientifique = 'domaineScientifique';