[Fix #2642] Show the filename in the dossier print view
This commit is contained in:
parent
b2425b6573
commit
7b7a939312
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
%td
|
||||
- pj = @dossier.retrieve_last_piece_justificative_by_type(type_de_piece_justificative.id)
|
||||
- if pj.present?
|
||||
Pièce fournie
|
||||
#{pj.original_filename}
|
||||
- else
|
||||
Pièce non fournie
|
||||
|
||||
|
|
Loading…
Reference in a new issue