]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/am.pl
Erfolgsrechnung: Korrekte Beschriftung in Kontenmasken
[mfinanz.git] / bin / mozilla / am.pl
index 8233b55d39a5ca6d12fe89e3144a026cdb28cf1a..20005138ea3f6d885fc3f7e98d1da4f0a8150cc1 100644 (file)
@@ -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|<option value=$item selected>|. sprintf("%.2d", $item) .qq|. $text</option>\n|;
     } else {