From 14b268652bb1459a7f369eaa92d8b2b75e9816f3 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 14 Jul 2015 12:07:53 +0200 Subject: [PATCH] Kontenabgleich: Gesamtsummen unten in richtigen Spalten anzeigen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Summen für "Betrag Bank" and "Betrag Buchungen" waren um eine Spalte verschoben. --- templates/webpages/reconciliation/tabs/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/reconciliation/tabs/overview.html b/templates/webpages/reconciliation/tabs/overview.html index 013ba540e..18842b2ea 100644 --- a/templates/webpages/reconciliation/tabs/overview.html +++ b/templates/webpages/reconciliation/tabs/overview.html @@ -33,7 +33,6 @@ - [% LxERP.format_amount(SELF.bt_balance, 2) %] [% LxERP.format_amount(-1 * SELF.bb_balance, 2) %] @@ -41,6 +40,7 @@ + -- 2.20.1