]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/ar.pl
Zu bcc996e65643 Rechnungsadresse aus dem Stammdaten auch für alte oe
[kivitendo-erp.git] / bin / mozilla / ar.pl
index faabe501588c94a46e54061659dd6e49fad4c6ba..a6e041f70898f3abc7a261e5efae29e2fd716428 100644 (file)
@@ -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;