]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Helper/PrintOptions.pm
Anzahlungs-Rg.: eigener Typ for Schlussrechnung (final_invoice (F))
[mfinanz.git] / SL / Helper / PrintOptions.pm
index 614760c6fe3fa7795312b11ac03e7cd07487f7aa..2b07ee707f909bb4e7513b551b37853dab57fe69 100644 (file)
@@ -72,6 +72,9 @@ sub get_print_options {
     ($form->{type} eq 'invoice_for_advance_payment') ? (
       opthash("invoice_for_advance_payment", $form->{PD}{invoice_for_advance_payment},      $locale->text('Invoice for Advance Payment')),
     ) : undef,
+    ($form->{type} eq 'final_invoice') ? (
+      opthash("final_invoice", $form->{PD}{final_invoice},             $locale->text('Final Invoice')),
+    ) : undef,
     ($form->{type} =~ /_delivery_order$/) ? (
       opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Delivery Order')),
       opthash('pick_list',           $form->{PD}{pick_list},           $locale->text('Pick List')),