X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/417992db282401e452e122dd266577b1af809545..0f214df54e:/SL/Helper/CreatePDF.pm diff --git a/SL/Helper/CreatePDF.pm b/SL/Helper/CreatePDF.pm index 0c8407a77..fa1aafa2e 100644 --- a/SL/Helper/CreatePDF.pm +++ b/SL/Helper/CreatePDF.pm @@ -59,7 +59,7 @@ sub create_parsed_file { ); $form->{tmpfile} = $tmpfile; - #(undef, undef, $form->{template_meta}{tmpfile}) = File::Spec->splitpath($tmpfile); + (undef, undef, $form->{template_meta}{tmpfile}) = File::Spec->splitpath($tmpfile); my $parser = SL::Template::create( type => ($params{template_type} || 'LaTeX'),