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:
d72df9d
)
Emailversand: Anhangnamen auch bei Gutschriften vorbelegen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 13 Feb 2007 09:29:37 +0000
(09:29 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 13 Feb 2007 09:29:37 +0000
(09:29 +0000)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
9a1e3ab
..
ba008c2
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1329,7
+1329,7
@@
sub e_mail {
my $attachment_filename = $formname_translations{$form->{"formname"}};
my $prefix;
- if (
$form->{"type"} =~ /invoice/
) {
+ if (
grep({ $form->{"type"} eq $_ } qw(invoice credit_note))
) {
$prefix = "inv";
} elsif ($form->{"type"} =~ /_quotation$/) {
$prefix = "quo";