Skip to content

Commit

Permalink
Use creditMemoLogoPath
Browse files Browse the repository at this point in the history
  • Loading branch information
j92 authored May 21, 2021
1 parent c060950 commit 896e8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Download/creditMemo.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<table>
<tr>
<td colspan="2" class="title">
<img src="https://demo.sylius.com/assets/shop/img/logo.png" style="width:300px;">
<img src="{{ creditMemoLogoPath }}" style="width:300px;">
</td>
<td>
{{ 'sylius_refund.ui.issued_at'|trans([], 'messages', creditMemo.localeCode) }}: {{ creditMemo.issuedAt|date('Y-m-d H:i:s') }}<br>
Expand Down

0 comments on commit 896e8b6

Please sign in to comment.