From: Sven Schöling Date: Tue, 15 Mar 2016 11:10:07 +0000 (+0100) Subject: Erfolgsrechnung: Korrekte Beschriftung in Kontenmasken X-Git-Tag: release-3.4.1~305 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=365c3820f4fe86e30b2b582e780d258299f1396c;p=kivitendo-erp.git Erfolgsrechnung: Korrekte Beschriftung in Kontenmasken --- diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 8233b55d3..20005138e 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -261,7 +261,7 @@ sub account_header { 1 => "Ertrag", 6 => "Aufwand"); foreach my $item (sort({ $a <=> $b } keys(%er))) { - my $text = H($::locale->{iconv_utf8}->convert($eur{$item})); + my $text = H($::locale->{iconv_utf8}->convert($er{$item})); if ($item == $form->{pos_er}) { $select_er .= qq|\n|; } else {