Revert "Revert "Claimant type to avis table""
This reverts commit f4fd220d43
.
This commit is contained in:
parent
873cea8c86
commit
6383e6b9e7
5 changed files with 49 additions and 2 deletions
|
@ -27,6 +27,7 @@ module CreateAvisConcern
|
|||
introduction: create_avis_params[:introduction],
|
||||
introduction_file: create_avis_params[:introduction_file],
|
||||
claimant: current_instructeur,
|
||||
claimant_type: current_instructeur.dossiers.present? ? 'Instructeur' : 'Expert',
|
||||
dossier: dossier,
|
||||
confidentiel: confidentiel,
|
||||
experts_procedure: experts_procedure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue