Commit 64159ca9 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction de l'indicateur 340 (#30285)

parent b6bb1f8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ FROM
  tbl_service s
  JOIN tbl_workflow w ON w.intervenant_id = s.intervenant_id AND w.structure_id = s.structure_id
WHERE
  s.type_intervenant_code = 'V'
  s.type_intervenant_code = 'E'
  AND s.type_volume_horaire_code = 'PREVU'
  AND nbvh <> valide
  AND w.etape_code = 'CONTRAT'