X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a36da9088608bf556aefa46feb8c02b4d689d0d9..1ac7b3f25a266f5d58cdac7652bed37344c6e3b2:/bin/mozilla/gl.pl diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 2c203d33e..cad79b7c6 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -666,8 +666,8 @@ sub display_rows { my %charts = (); my $taxchart_init; foreach my $item (@{ $form->{ALL_CHARTS} }) { - if ($item->{charttype} eq 'H'){ #falls ÃŒberschrift - next; #ÃŒberspringen (Bug 1150) + if ($item->{charttype} eq 'H'){ # skip headings + next; } my $key = $item->{accno} . "--" . $item->{tax_id}; $taxchart_init = $item->{tax_id} unless (@chart_values);