@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt @@ -7,14 +7,14 @@ [% Asset.css("css/print.css") | $raw %] [% IF stylesheet %] - + [% END %] [% Asset.js("lib/jquery/jquery.js") | $raw %] [% Asset.js("js/global.js") | $raw %] -[% INCLUDE 'slip-print.inc' %] +[% INCLUDE 'slip-print.inc' #printThenClose %] @@ -25,7 +25,7 @@ [% slip | html %] [% ELSE %] - [% slip | html %] + [% slip | $raw %] [% END %] --