Put IntegerNumberChamp behind a flag
This commit is contained in:
parent
074050a91a
commit
ca09aa52a3
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,8 @@ 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(:carte) => :champ_carte?,
|
||||
TypeDeChamp.type_champs.fetch(:integer_number) => :champ_integer_number?
|
||||
}
|
||||
|
||||
def tdc_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue