From: Jan Büren Date: Wed, 26 Sep 2018 09:44:24 +0000 (+0200) Subject: Kosmetik X-Git-Tag: release-3.5.4~264 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f46010b33bda085492c47ce8daa9293d7f374b7f;p=kivitendo-erp.git Kosmetik --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 96141c0ec..ba576e280 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1040,7 +1040,7 @@ sub quotation { if ($form->{second_run}) { $form->{print_and_post} = 0; } - delete $form->{$_} foreach (qw(id printed emailed queued quonumber)); + delete $form->{$_} foreach (qw(id printed emailed queued quonumber)); my $buysell; if ($form->{script} eq 'ir.pl' || $form->{type} eq 'purchase_order') {