]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Belegmasken: weitere Werte f. PrintOptions aus form füllen
[mfinanz.git] / bin / mozilla / io.pl
index 27aab1826ff36b7351c4b57a858d4a1c6b5345e3..377423d43b539826dc3e260ddc98f47ed0b6005f 100644 (file)
@@ -2001,7 +2001,7 @@ sub setup_sales_purchase_print_options {
   $print_form->{printers}  = SL::DB::Manager::Printer->get_all_sorted;
   $print_form->{languages} = SL::DB::Manager::Language->get_all_sorted;
 
-  $print_form->{$_} = $::form->{$_} for qw(type media language_id printer_id storno);
+  $print_form->{$_} = $::form->{$_} for qw(type media language_id printer_id storno formname groupitems);
 
   return SL::Helper::PrintOptions->get_print_options(
     form    => $print_form,