From a9866c42a27df61e776ea65322bfb095e5f6fa1b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 17 Aug 2017 11:20:22 +0200 Subject: [PATCH] =?utf8?q?E-Mail-Dialog:=20bei=20Einkaufsauftr=C3=A4gen=20?= =?utf8?q?Standardvorbelegung?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Siehe #263. --- 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 a4ad06b9b..778c718f4 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1976,7 +1976,7 @@ sub show_sales_purchase_email_dialog { $email = SL::DB::Vendor ->load_cached($::form->{vc_id})->email if 'vendor' eq $::form->{vc}; } - $email = '' if $::form->{type} =~ m{^ purchase (?: _delivery)? _order $}x; + $email = '' if $::form->{type} eq 'purchase_delivery_order'; my $email_form = { to => $email, -- 2.20.1