From 9d06f39421bcc0037fb51c45fe99f55b7766410c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Sven=20Sch=C3=B6ling?= <s.schoeling@linet-services.de>
Date: Thu, 21 Sep 2017 17:34:40 +0200
Subject: [PATCH] =?utf8?q?PrintOptions:=20brauchen=20storno=20flag=20aus?=
 =?utf8?q?=20$::form=20f=C3=BCr=20Rechnungen?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 bin/mozilla/io.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.20.1