Revision f2af9def
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
667 | 667 |
|
668 | 668 |
$dunning_id =~ s|[^\d]||g; |
669 | 669 |
|
670 |
my $in = IO::File->new("gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=- $inputfiles |");
|
|
670 |
my $in = IO::File->new($::lx_office_conf{applications}->{ghostscript} . " -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=- $inputfiles |");
|
|
671 | 671 |
$form->error($main::locale->text('Could not spawn ghostscript.')) unless $in; |
672 | 672 |
|
673 | 673 |
if ($form->{media} eq 'printer') { |
Auch abrufbar als: Unified diff
Globale Variablen nach %::lx_office_conf verschoben
Betroffen sind:
$sendmail
$openofficeorg_writer_bin
$xvfb_bin
$html2ps_bin
$ghostscript_bin
$latex_bin
$pg_dump_exe
$pg_restore_exe