Skip to content

Commit

Permalink
fix(fredo): remove condition for mode_accueil en-presentiel
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecuyer committed Sep 19, 2024
1 parent fdd5639 commit c5d9d11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ final AS (
CASE
WHEN
fredo_structures.adresse IS NOT NULL
AND fredo_structures.code_postal IS NOT NULL
AND fredo_structures.commune IS NOT NULL THEN ARRAY['en-presentiel']
AND fredo_structures.code_postal IS NOT NULL THEN ARRAY['en-presentiel']
ELSE ARRAY['a-distance']
END AS "modes_accueil",
LEFT(fredo_structures.presentation_resume, 280) AS "presentation_resume",
Expand Down

0 comments on commit c5d9d11

Please sign in to comment.