]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Buchungsjournal: Filter "Bearbeiter" gefixt
[mfinanz.git] / SL / Form.pm
index 5af4dc28774653a4185f77c253f721e998f1a32c..7aa380a158e0f5e0b8d202265818af2a1a26cc9d 100644 (file)
@@ -475,7 +475,7 @@ sub header {
   );
 
   $layout->use_javascript("$_.js") for (qw(
-    jquery jquery-ui jquery.cookie jqModal jquery.checkall
+    jquery jquery-ui jquery.cookie jqModal jquery.checkall jquery.download
     common part_selection switchmenuframe
   ), "jquery/ui/i18n/jquery.ui.datepicker-$::myconfig{countrycode}");
 
@@ -998,7 +998,6 @@ sub parse_template {
     $ext_for_format = $self->{"format"} =~ m/pdf/ ? 'pdf' : 'odt';
 
   } elsif ($self->{"format"} =~ /(postscript|pdf)/i) {
-    $ENV{"TEXINPUTS"} = ".:" . getcwd() . "/" . $myconfig->{"templates"} . ":" . $ENV{"TEXINPUTS"};
     $template_type    = 'LaTeX';
     $ext_for_format   = 'pdf';