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