X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6fdf290898b160dd60af5e00fab9f5820394947d..aeb4f5d5d87753fbdf0d4ec520301ef90354a70a:/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;