From f521fe9016967a19c3e7bb54527bab402d9c4907 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 24 Nov 2024 18:58:18 -0300 Subject: [PATCH] fix: rounding erros when balancing accounts --- .../fragments/account_reconciliation.html | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/app/templates/accounts/fragments/account_reconciliation.html b/app/templates/accounts/fragments/account_reconciliation.html index 102696a..9189421 100644 --- a/app/templates/accounts/fragments/account_reconciliation.html +++ b/app/templates/accounts/fragments/account_reconciliation.html @@ -25,7 +25,7 @@
{% translate 'Current balance' %}
-
{% currency_display amount=form.current_balance prefix=form.currency_prefix suffix=form.currency_suffix decimal_places=form.currency_decimal_places %} @@ -39,24 +39,26 @@ {% translate 'Difference' %}
-
+ put '-' into me">-