From: Moritz Bunkus Date: Thu, 17 Aug 2017 09:20:22 +0000 (+0200) Subject: E-Mail-Dialog: bei Einkaufsaufträgen Standardvorbelegung X-Git-Tag: release-3.5.4~882 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a9866c42a27df61e776ea65322bfb095e5f6fa1b;p=kivitendo-erp.git E-Mail-Dialog: bei Einkaufsaufträgen Standardvorbelegung Siehe #263. --- 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,