<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
[% Asset.css("css/printreceiptinvoice.css") | $raw %]
[% IF slip.style %]<style>[% slip.style | $raw %]</style>[% END %]
[% IF style %]<style>[% style | $raw %]</style>[% END %]
[% INCLUDE 'blocking_errors.inc' %]
</head>
$template->param(
slip => $letter->{content},
plain => !$letter->{is_html}
plain => !$letter->{is_html},
style => $letter->{style},
);
output_html_with_http_headers $input, $cookie, $template->output;
-