projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a36da90
)
gl.pl: Kommentar mit falschem Encoding ersetzt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Jan 2017 14:26:06 +0000
(15:26 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 12 Jan 2017 11:08:31 +0000
(12:08 +0100)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
2c203d3
..
cad79b7
100644
(file)
--- 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);