fetch and show effectif mensuel
- fetch and store effectif mensuel (at the creation of the dossier or when updating a siret field - show effectif mensuel only for instructeurs
This commit is contained in:
parent
599d8e33e8
commit
db3ef195ad
8 changed files with 72 additions and 3 deletions
|
@ -310,6 +310,9 @@ ActiveRecord::Schema.define(version: 2020_04_09_075320) do
|
|||
t.datetime "created_at"
|
||||
t.datetime "updated_at"
|
||||
t.boolean "diffusable_commercialement"
|
||||
t.string "effectif_mois"
|
||||
t.string "effectif_annee"
|
||||
t.decimal "effectif_mensuel"
|
||||
t.index ["dossier_id"], name: "index_etablissements_on_dossier_id"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue