X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6f0f5d2bfce3c56ffaebe23b937dc1608b958180..ca6ed3db7713132e4a9297e0f0ca4b6018440504:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 8d28f845b..849167363 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1117,7 +1117,7 @@ sub parse_template { 'kivitendo-printXXXXXX', SUFFIX => '.' . ($suffix || 'tex'), DIR => $userspath, - UNLINK => 1, + UNLINK => ($::lx_office_conf{debug} && $::lx_office_conf{debug}->{keep_temp_files})? 0 : 1, ); close $temp_fh;