X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a5448e9828a527e85aade8acdd7346e469fdc306..2302fc97e44f3464c58a049f6f4b882c45f5f2ec:/bin/mozilla/gl.pl?ds=inline diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 4d7ab19d0..1c29b832e 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -835,7 +835,7 @@ sub display_rows { $taxchart_to_use = $item if $key eq $form->{"taxchart_$i"}; push(@taxchart_values, $key); - $taxchart_labels{$key} = $item->taxdescription . " " . $item->rate * 100 . ' %'; + $taxchart_labels{$key} = $item->taxkey . " - " . $item->taxdescription . " " . $item->rate * 100 . ' %'; } $taxchart_to_use //= $default_taxchart // $first_taxchart;