swapped external costs

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-06-30 15:11:46 +02:00
parent f2a176ea9b
commit ba841978ae
@@ -156,11 +156,11 @@
{/each}
<td class="amount">
{t('external gains')}<br/>
{sums[0].toFixed(2)}&nbsp;{account.currency}
{sums[-1].toFixed(2)}&nbsp;{account.currency}
</td>
<td class="amount">
{t('external expenses')}<br/>
{sums[-1].toFixed(2)}&nbsp;{account.currency}
{sums[0].toFixed(2)}&nbsp;{account.currency}
</td>
<td colspan="2"></td>
</tr>