E-Mail-Dialog: bei Einkaufsaufträgen Standardvorbelegung
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Aug 2017 09:20:22 +0000 (11:20 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 17 Aug 2017 09:20:22 +0000 (11:20 +0200)
Siehe #263.

bin/mozilla/io.pl

index a4ad06b..778c718 100644 (file)
@@ -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,