From: Moritz Bunkus Date: Thu, 5 Jan 2017 14:26:06 +0000 (+0100) Subject: gl.pl: Kommentar mit falschem Encoding ersetzt X-Git-Tag: release-3.5.4~1711^2~4 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1ac7b3f25a266f5d58cdac7652bed37344c6e3b2;p=kivitendo-erp.git gl.pl: Kommentar mit falschem Encoding ersetzt --- 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);