modify create_avis_concern
This commit is contained in:
parent
af4a27f4e0
commit
0211d1f105
1 changed files with 1 additions and 0 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…
Reference in a new issue