feat(manager/service): show SIRET number
This commit is contained in:
parent
fd18f8b5f8
commit
c02f68083c
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue