Revision cbbe00cc
Von Jan Büren vor mehr als 4 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
1102 | 1102 |
$print_form->prepare_for_printing; |
1103 | 1103 |
|
1104 | 1104 |
my $filename = SL::Helper::CreatePDF->create_pdf( |
1105 |
template => 'invoice.tex', |
|
1106 |
variables => $print_form, |
|
1107 |
return => 'file_name', |
|
1105 |
template => 'invoice.tex', |
|
1106 |
variables => $print_form, |
|
1107 |
return => 'file_name', |
|
1108 |
variable_content_types => { |
|
1109 |
longdescription => 'html', |
|
1110 |
partnotes => 'html', |
|
1111 |
notes => 'html', |
|
1112 |
}, |
|
1108 | 1113 |
); |
1109 | 1114 |
|
1110 | 1115 |
my $spool = $::lx_office_conf{paths}->{spool}; |
Auch abrufbar als: Unified diff
Mahnungen: Ausdruck der Originalrechnung inkl. Anw. HTML-Formatierungen