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:
70e3828
)
CreatePDF-Helper: variable_content_types als Parameter an SL::Template::create durchr...
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 17 Sep 2015 13:04:30 +0000
(15:04 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 17 Sep 2015 13:04:30 +0000
(15:04 +0200)
Damit auch mit CreatePDF HTML-formatierte Variablen aus dem ckeditor
gedruckt werden können.
SL/Helper/CreatePDF.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/CreatePDF.pm
b/SL/Helper/CreatePDF.pm
index
1460ecf
..
d85ad7d
100644
(file)
--- a/
SL/Helper/CreatePDF.pm
+++ b/
SL/Helper/CreatePDF.pm
@@
-66,6
+66,7
@@
sub create_parsed_file {
form => $form,
myconfig => \%::myconfig,
userspath => $tmpdir,
+ variable_content_types => $params{variable_content_types},
);
my $result = $parser->parse($temp_fh);