Skip to content
Snippets Groups Projects
Commit ed5c001e authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

On prend uniquement les intervenants de l'année universitaire en cours dans le...

On prend uniquement les intervenants de l'année universitaire en cours dans le calcul de l'indicateur.
parent bd3c94a4
Branches
Tags
No related merge requests found
......@@ -12,4 +12,5 @@ JOIN contrat c ON c.intervenant_id = i.id AND c.histo_destruction IS NULL
WHERE i.export_date IS NULL
AND i.affectation_fin < sysdate
AND c.date_retour_signe IS NOT NULL
AND i.annee_id = (SELECT valeur FROM parametre p WHERE nom = 'annee')
) t
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment