From 0637f418457f840fdf50329113ee092d8fc70606 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 7 Jan 2016 09:34:52 +0000 Subject: [PATCH] Bug 13618: (follow-up) Specific for other prefs follow-up for SlipCSS and printslip Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt index 9bf6707..dd3ae2f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ -14,7 +14,7 @@ [% IF ( Koha.Preference('SlipCSS') ) %] - + [% END %] [% INCLUDE 'slip-print.inc' #printThenClose %] @@ -27,7 +27,7 @@ [% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] [% ELSE %] -[% IF ( slip ) %][% slip %][% ELSE %]No slip template found[% END %] +[% IF ( slip ) %][% slip.raw %][% ELSE %]No slip template found[% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.1.0