From 7b108151efc32199f7d3feb2662348b2b07e2cb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 7 Mar 2012 12:10:31 +0100 Subject: [PATCH] =?utf8?q?Bilanz=20in=20Buchungslisten=20rechtsb=C3=BCndig?= =?utf8?q?=20darstellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix zu Bug 1834 --- bin/mozilla/ca.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index fcff5cf33..af6c6c824 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -359,7 +359,7 @@ sub list_transactions { $form->{callback} = $link . '&sort=' . E($form->{sort}); - my %column_alignment = map { $_ => 'right' } qw(debit credit); + my %column_alignment = map { $_ => 'right' } qw(debit credit balance); my @custom_headers = (); # Zeile 1: -- 2.20.1