Skip to content
Snippets Groups Projects
Commit 06e201ce authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update V_FORMULE_INTERVENANT.sql

parent 9139acba
Branches
Tags
No related merge requests found
...@@ -18,7 +18,6 @@ FROM ...@@ -18,7 +18,6 @@ FROM
JOIN statut_intervenant si ON si.id = i.statut_id JOIN statut_intervenant si ON si.id = i.statut_id
JOIN type_intervenant ti ON ti.id = si.type_intervenant_id JOIN type_intervenant ti ON ti.id = si.type_intervenant_id
WHERE WHERE
i.histo_destruction IS NULL i.id = COALESCE( OSE_FORMULE.GET_INTERVENANT_ID, i.id )
AND i.id = COALESCE( OSE_FORMULE.GET_INTERVENANT_ID, i.id )
GROUP BY GROUP BY
i.id, i.annee_id, i.structure_id, ti.code, s.code, si.service_statutaire, si.depassement_service_du_sans_hc i.id, i.annee_id, i.structure_id, ti.code, s.code, si.service_statutaire, si.depassement_service_du_sans_hc
\ 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