From 8d9ac72f0dd50c53bbe2fe4bd748822f05c394ab Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 14 Sep 2018 22:48:23 +0000 Subject: [PATCH] Bug 21347: Escaped fields that should be in addorderiso2709 Test plan 1/ Stage a MARC file (if you have none staged) 2/ Create a basket in aquisitions 3/ Add an order via staged file 4/ Look at the item information tab, notice there is escaped html 5/ Apply patch 6/ Refresh page, notice it is fixed Signed-off-by: Sonia Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt index 818eb2852e..4ec3c62e44 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt @@ -292,7 +292,7 @@ [% END %] [% ELSE %] - [% iteminformatio.marc_value | html %] + [% iteminformatio.marc_value | $raw %] [% END %] -- 2.11.0