Revision b266505e
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1624 | 1624 |
|
1625 | 1625 |
my $controller = SL::Controller::Base->new; |
1626 | 1626 |
|
1627 |
$controller->send_file($zipfile, name => t8('pdf_records.zip'), unlink => 1); |
|
1627 |
$controller->send_file( |
|
1628 |
$zipfile, |
|
1629 |
name => t8('pdf_records.zip'), unlink => 1, |
|
1630 |
type => 'application/zip', |
|
1631 |
); |
|
1628 | 1632 |
|
1629 | 1633 |
$main::lxdebug->leave_sub(); |
1630 | 1634 |
} |
Auch abrufbar als: Unified diff
Beleg-Pdf herunterladen: 'type' bei senden angeben