feat(services): accept an optional SIRET

Closes #7359
This commit is contained in:
Colin Darie 2022-07-19 12:41:10 +02:00
parent 54181bd920
commit 64ce2719ed
8 changed files with 40 additions and 4 deletions

View file

@ -20,6 +20,10 @@
= f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] }, class: 'width-33-desktop width-100-mobile'
= f.label :siret do
Numéro SIRET
%span.mandatory *
= f.text_field :siret, placeholder: "14 chiffres"
= render Dsfr::CalloutComponent.new(title: "Informations de contact") do |c|
- c.body do