From: Sven Schöling Date: Thu, 21 Sep 2017 15:34:40 +0000 (+0200) Subject: PrintOptions: brauchen storno flag aus $::form für Rechnungen X-Git-Tag: release-3.5.4~559 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9d06f39421bcc0037fb51c45fe99f55b7766410c;p=kivitendo-erp.git PrintOptions: brauchen storno flag aus $::form für Rechnungen --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 14c95821f..6be678fd1 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -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,