projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8797da6
)
E-Mail-Dialog: bei Einkaufsaufträgen Standardvorbelegung
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Aug 2017 09:20:22 +0000
(11:20 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 17 Aug 2017 09:20:22 +0000
(11:20 +0200)
Siehe #263.
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
a4ad06b
..
778c718
100644
(file)
--- 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,