Various code cleanup.

This commit is contained in:
James Cole
2025-08-24 17:14:07 +02:00
parent b1f79c4c0f
commit 2d67eece5d
3 changed files with 32 additions and 4 deletions

View File

@@ -165,7 +165,7 @@
{{ formatAmountBySymbol(amount.amount*-1,amount.symbol, amount.decimal_places) }}{% if loop.index0 != amounts|length -1 %}, {% endif %}
{% elseif first.transaction_type_type == 'Transfer' %}
<span class="text-info money-transfer">
{{ formatAmountBySymbol(amount.amount*-1, amount.symbol, amount.decimal_places, false) }}{% if loop.index0 != amounts|length -1 %}, {% endif %}
</span>
{% elseif first.transaction_type_type == 'Opening balance' %}