Skip to content

Commit

Permalink
used admin locale instead of invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienGoze committed Jul 29, 2023
1 parent ac4ce31 commit 2783d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Invoice/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</tr>
<tr>
<th colspan="8" class="right aligned">
<strong>{{ 'sylius_invoicing_plugin.ui.taxes_total'|trans([], 'messages', invoice.localeCode) }}</strong>:
<strong>{{ 'sylius_invoicing_plugin.ui.taxes_total'|trans }}</strong>:
</th>
<th id="invoice-tax-total" class="right aligned" {{ sylius_test_html_attribute('invoice-taxes-total') }}>
{{ '%0.2f'|format(invoice.taxesTotal/100) }}
Expand Down

0 comments on commit 2783d94

Please sign in to comment.