Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 190b6dbb

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 190b6dbb8c7cfe346701d89081121c244cc44b4a
  • Vorgänger d72df9dc
  • Nachfolger de97b023

Emailversand: Anhangnamen auch bei Gutschriften vorbelegen.

Unterschiede anzeigen:

bin/mozilla/io.pl
1329 1329
  my $attachment_filename = $formname_translations{$form->{"formname"}};
1330 1330
  my $prefix;
1331 1331

  
1332
  if ($form->{"type"} =~ /invoice/) {
1332
  if (grep({ $form->{"type"} eq $_ } qw(invoice credit_note))) {
1333 1333
    $prefix = "inv";
1334 1334
  } elsif ($form->{"type"} =~ /_quotation$/) {
1335 1335
    $prefix = "quo";

Auch abrufbar als: Unified diff