Merge pull request #9031 from colinux/fix-entreprise-cesse

API Entreprise: supporte la nouvelle valeur qui indique qu'une entreprise est fermée/a cessé
This commit is contained in:
Colin Darie 2023-05-10 20:20:22 +00:00 committed by GitHub
commit bc56f14a72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ class APIEntreprise::EntrepriseAdapter < APIEntreprise::Adapter
case raw_value
when 'A' then 'actif'
when 'F' then 'fermé'
when 'F', 'C' then 'fermé'
end
end