From 16eafdc2c75215ef5bf2f649957060ffd2659260 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 Oct 2018 16:52:41 -0300 Subject: [PATCH] Bug 15184: Add missing html filters Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt index 8614f2264e..e4779baee4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt @@ -79,7 +79,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% END %] [% END %] - [% order.ordernumber %] + [% order.ordernumber | html %] [% IF order.ordernumber != order.parent_ordernumber %]([% order.parent_ordernumber | html %])[% END %] @@ -95,7 +95,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% order.authorisedbyname | html %] [% IF ( order.basketgroupid ) %] - [% order.groupname | html %] ([% order.basketgroupid | html %]) + [% order.groupname | html %] ([% order.basketgroupid | html %]) [% ELSE %]   [% END %] @@ -111,7 +111,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders
[% order.author | html %]
[% order.isbn | html %] [% order.name | html %] - [% order.creationdate | $KohaDates %] + [% order.creationdate | $KohaDates %] [% IF order.datereceived %] [% order.datereceived | $KohaDates %] @@ -250,7 +250,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders - Cancel + Cancel @@ -281,7 +281,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders [% END %] - Return to the basket Return to the basketNo order has been duplicated. Maybe something wrong happened? [% END %] -- 2.11.0