]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ar.pl
DeliveryOrder: _make_record für den alten Controller
[mfinanz.git] / bin / mozilla / ar.pl
index b36d9210e9c1ed22c8ef54f1a06b6671230abf7e..0ed071eca78ad0d54ae461979f432616e20983d9 100644 (file)
@@ -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)") :