Fix style

This commit is contained in:
James Cole
2022-10-24 19:58:49 +02:00
parent b60a3be34b
commit 6b7fc03f02

View File

@@ -138,7 +138,7 @@
</a> </a>
{% endif %} {% endif %}
</td> </td>
<td style=" {{ style|raw }}"> <td style="{{ style|raw }};text-align:right">
{# deposit #} {# deposit #}
{% if transaction.transaction_type_type == 'Deposit' %} {% if transaction.transaction_type_type == 'Deposit' %}
{{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }} {{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}