PrintOptions: brauchen storno flag aus $::form für Rechnungen
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 21 Sep 2017 15:34:40 +0000 (17:34 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Dec 2017 12:24:43 +0000 (13:24 +0100)
bin/mozilla/io.pl

index 14c9582..6be678f 100644 (file)
@@ -1939,7 +1939,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);
+  $print_form->{$_} = $::form->{$_} for qw(type media language_id printer_id storno);
 
   return SL::Helper::PrintOptions->get_print_options(
     form    => $print_form,