Skip to content

Commit

Permalink
refactor #292 Use creditMemoLogoPath (j92)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.0-dev branch.

Discussion
----------

I noticed that the `creditMemoLogoPath` was available but not used.

Commits
-------

896e8b6 Use creditMemoLogoPath
  • Loading branch information
GSadee authored May 27, 2021
2 parents 41fc088 + 896e8b6 commit 7031729
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 7031729

Please sign in to comment.