From db54be0d58415cb5e5688b7e8775eca7b9c12f41 Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Fri, 18 Jan 2019 15:34:04 +0000 Subject: [PATCH] Bug 20750: (follow-up) Fix QA errors This patch fixes the "missing_filter" QA error --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt index ceb94fb73e..78e994ee87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/log/status_change.tt @@ -1,7 +1,7 @@

[% log.timestamp | $KohaDates with_hours => 1 %] : Status changed [% IF log.info.status_before %] -from "[% request.capabilities(log.info.status_before).name %]" +from "[% request.capabilities(log.info.status_before).name | html %]" [% END %] -to "[% request.capabilities(log.info.status_after).name %]" +to "[% request.capabilities(log.info.status_after).name | html %]"

-- 2.11.0