From a51681fc7a36b6e6bbf7991876c579a1a1f98b1d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 30 Aug 2018 13:46:06 +0000 Subject: [PATCH] Bug 20726: (RM follow-up) Add missing filters Signed-off-by: Nick Clemens --- .../prog/en/modules/serials/subscription-detail.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt index c7ed26168b..e8e8364161 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -9,7 +9,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Serials › Details for subscription #[% subscriptionid | html %] [% INCLUDE 'doc-head-close.inc' %] -[% Asset.css("css/datatables.css") %] +[% Asset.css("css/datatables.css") | $raw %] @@ -360,7 +360,7 @@ [% IF order.invoice %] [% IF CAN_user_acquisition %] - + [% order.invoice.invoicenumber | html %] [% ELSE %] [% order.invoice.invoicenumber | html %] @@ -387,13 +387,13 @@ [% order.fund.budget_name | html %] [% UNLESS order.datereceived %] - [% order.ecost_tax_excluded | $Price %] / [% order.ecost_tax_included | $Price %] + [% order.ecost_tax_excluded | $Price | html %] / [% order.ecost_tax_included | $Price | html %] [% END %] [% IF order.datereceived %] [%# FIXME What if unitprice has not been filled? %] - [% order.unitprice_tax_excluded | $Price %] / [% order.unitprice_tax_included | $Price %] + [% order.unitprice_tax_excluded | $Price | html %] / [% order.unitprice_tax_included | $Price | html %] [% END %] -- 2.39.2