Skip to content

Commit

Permalink
Merge pull request #8099 from ehuelsmann/fix/master/attachment-download
Browse files Browse the repository at this point in the history
Fix downloading attachments to reconcilations
  • Loading branch information
ehuelsmann authored Mar 27, 2024
2 parents 7fb87a2 + b9cc787 commit 6957f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/lib/attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</tr>
[% FOREACH file IN attachments.files %]
<tr>
<td><a href="file.pl?__action=get&amp;file_class=1&amp;ref_key=[%
<td><a href="file.pl?__action=get&amp;file_class=[% attachments.file_class %]&amp;ref_key=[%
attachments.ref_key
%]&amp;id=[% file.id %]" target="_download"
>[% file.file_name %]</a></td>
Expand Down

0 comments on commit 6957f4f

Please sign in to comment.