feat(manager/service): show SIRET number

This commit is contained in:
Colin Darie 2022-07-19 15:37:31 +02:00
parent fd18f8b5f8
commit c02f68083c

View file

@ -18,7 +18,8 @@ class ServiceDashboard < Administrate::BaseDashboard
email: Field::String, email: Field::String,
telephone: Field::String, telephone: Field::String,
horaires: Field::String, horaires: Field::String,
adresse: Field::String adresse: Field::String,
siret: Field::String
}.freeze }.freeze
# COLLECTION_ATTRIBUTES # COLLECTION_ATTRIBUTES
@ -44,7 +45,8 @@ class ServiceDashboard < Administrate::BaseDashboard
:email, :email,
:telephone, :telephone,
:horaires, :horaires,
:adresse :adresse,
:siret
].freeze ].freeze
# FORM_ATTRIBUTES # FORM_ATTRIBUTES