add expert to export
This commit is contained in:
parent
a710116371
commit
54d414b3b7
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ default_scope { joins(:dossier) }
|
||||||
['Créé le', :created_at],
|
['Créé le', :created_at],
|
||||||
['Répondu le', :updated_at],
|
['Répondu le', :updated_at],
|
||||||
['Instructeur', claimant&.email],
|
['Instructeur', claimant&.email],
|
||||||
['Expert', instructeur&.email]
|
['Expert', expert&.email]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue