X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fio.pl;h=dd58d0bf462dda94026dfc31a9cecd633ba32f5c;hb=44718f3e03bc80b897629fe82c6a3af5ed3afed3;hp=7b5d3fe0b29345e9b8a4984ca0161acfda55da60;hpb=250a086bfcb9cb51fce6f347b295b3de6166ad83;p=kivitendo-erp.git diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 7b5d3fe0b..dd58d0bf4 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1380,7 +1380,7 @@ sub print_options { push @FORMAT, grep $_, ($opendocument_templates && $openofficeorg_writer_bin && $xvfb_bin && (-x $openofficeorg_writer_bin) && (-x $xvfb_bin) - && !$options->{no_opendocument}) ? + && !$options->{no_opendocument_pdf}) ? opthash("opendocument_pdf", $form->{DF}{"opendocument_pdf"}, $locale->text("PDF (OpenDocument/OASIS)")) : undef, ($latex_templates) ? opthash("pdf", $form->{DF}{pdf}, $locale->text('PDF')) : undef,