fix(entreprise): accepts "C" as value for "closed"
This commit is contained in:
parent
b44a2f9ce4
commit
5c648664d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue