X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fio.pl;h=917720c9d21717ff32f1374a92e0201e4ee9cbb3;hb=46f9d91b44c432aa017f44b6b2f53114e190428e;hp=a69521b12f311ac97c62539a79cdd2d6010b6bca;hpb=bebdc2ce03a4c60e94337cf69a12e167a8144d72;p=kivitendo-erp.git diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index a69521b12..917720c9d 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1570,6 +1570,10 @@ sub print_form { today => DateTime->today, }; + if ($defaults->print_interpolate_variables_in_positions) { + $form->substitute_placeholders_in_template_arrays({ field => 'description', type => 'text' }, { field => 'longdescription', type => 'html' }); + } + $form->parse_template(\%myconfig); $form->{callback} = "";