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,
|
||||
telephone: Field::String,
|
||||
horaires: Field::String,
|
||||
adresse: Field::String
|
||||
adresse: Field::String,
|
||||
siret: Field::String
|
||||
}.freeze
|
||||
|
||||
# COLLECTION_ATTRIBUTES
|
||||
|
@ -44,7 +45,8 @@ class ServiceDashboard < Administrate::BaseDashboard
|
|||
:email,
|
||||
:telephone,
|
||||
:horaires,
|
||||
:adresse
|
||||
:adresse,
|
||||
:siret
|
||||
].freeze
|
||||
|
||||
# FORM_ATTRIBUTES
|
||||
|
|
Loading…
Add table
Reference in a new issue