]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ap.pl
Steuerschlüssel in Dropdowns anzeigen
[mfinanz.git] / bin / mozilla / ap.pl
index 704ae4c78cbb5990f104a61acf75ce17c92d6df9..e3a92675cbb944f5642fb08525a0c75cd3dc865f 100644 (file)
@@ -501,7 +501,7 @@ sub form_header {
     my $item = shift;
     return [
       $item->{id} .'--'. $item->{rate},
-      $item->{taxdescription} .' '. ($item->{rate} * 100) .' %',
+      $item->{taxkey} . ' - ' . $item->{taxdescription} .' '. ($item->{rate} * 100) .' %',
     ];
   };