X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/30784a4dd84a21642387e9c0a7398a8045312963..a32fcad2cf3fabf15c9dd10ddc83ce703db66ad8:/bin/mozilla/ar.pl diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index b36d9210e..0ed071eca 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1212,6 +1212,9 @@ sub ar_transactions { $is_storno ? $locale->text("Storno (one letter abbreviation)") : $locale->text("Invoice for Advance Payment (one letter abbreviation)"); + } elsif ($ar->{type} eq 'final_invoice') { + $ar->{type} = t8('Final Invoice (one letter abbreviation)'); + } else { $ar->{type} = $has_storno ? $locale->text("Invoice with Storno (abbreviation)") :