projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f0f5d2
)
temporäre tex-Files nicht löschen, wenn Debug-Option keep_temp_files an ist.
author
Bernd Blessmann
<bibi@online.de>
Wed, 30 May 2012 08:35:13 +0000
(10:35 +0200)
committer
Bernd Blessmann
<bibi@online.de>
Wed, 30 May 2012 08:35:13 +0000
(10:35 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
8d28f84
..
8491673
100644
(file)
--- 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;