X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=a6e041f70898f3abc7a261e5efae29e2fd716428;hb=853991311bc6804da985219eb28d86114e359cc6;hp=faabe501588c94a46e54061659dd6e49fad4c6ba;hpb=abaf5db51963cb0ab19944ca4ebcc0e5de2f2fb9;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index faabe5015..a6e041f70 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -438,7 +438,7 @@ sub form_header { $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;