diff --git a/app/helpers/type_de_champ_helper.rb b/app/helpers/type_de_champ_helper.rb index 0b9e5f3eb..e8c4584ae 100644 --- a/app/helpers/type_de_champ_helper.rb +++ b/app/helpers/type_de_champ_helper.rb @@ -3,7 +3,6 @@ module TypeDeChampHelper TypeDeChamp.type_champs.fetch(:piece_justificative) => :champ_pj?, TypeDeChamp.type_champs.fetch(:siret) => :champ_siret?, TypeDeChamp.type_champs.fetch(:linked_drop_down_list) => :champ_linked_dropdown?, - TypeDeChamp.type_champs.fetch(:carte) => :champ_carte?, TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number? } diff --git a/config/features.rb b/config/features.rb index ed4d0faf2..6ee9d203e 100644 --- a/config/features.rb +++ b/config/features.rb @@ -13,8 +13,6 @@ Flipflop.configure do title: "Champ SIRET" feature :champ_linked_dropdown, title: "Champ double menu déroulant" - feature :champ_carte, - title: "Champ Carte" feature :champ_integer_number, title: "Champ nombre entier" end