Revision cbbe00cc
Von Jan Büren vor etwa 5 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
$print_form->prepare_for_printing;
|
||
|
||
my $filename = SL::Helper::CreatePDF->create_pdf(
|
||
template => 'invoice.tex',
|
||
variables => $print_form,
|
||
return => 'file_name',
|
||
template => 'invoice.tex',
|
||
variables => $print_form,
|
||
return => 'file_name',
|
||
variable_content_types => {
|
||
longdescription => 'html',
|
||
partnotes => 'html',
|
||
notes => 'html',
|
||
},
|
||
);
|
||
|
||
my $spool = $::lx_office_conf{paths}->{spool};
|
Auch abrufbar als: Unified diff
Mahnungen: Ausdruck der Originalrechnung inkl. Anw. HTML-Formatierungen