Add iban type de champ

This commit is contained in:
kara Diaby 2020-09-22 16:04:57 +02:00
parent a7e4720d0d
commit cb4e91c405
15 changed files with 72 additions and 1 deletions

View file

@ -30,6 +30,8 @@
= render partial: "shared/champs/piece_justificative/show", locals: { champ: c }
- when TypeDeChamp.type_champs.fetch(:siret)
= render partial: "shared/champs/siret/show", locals: { champ: c, profile: profile }
- when TypeDeChamp.type_champs.fetch(:iban)
= render partial: "shared/champs/iban/show", locals: { champ: c }
- when TypeDeChamp.type_champs.fetch(:textarea)
= render partial: "shared/champs/textarea/show", locals: { champ: c }
- when TypeDeChamp.type_champs.fetch(:date)