From 869ff8a4aede0775032f4f4a993564e17a282dde Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 2 Apr 2020 12:51:39 +0200 Subject: [PATCH] Bug 4461: Fix OPAC link from staff QA: We have a security issue here, we should not make this link clickable from the staff side. --- .../intranet-tmpl/prog/en/modules/admin/problem-reports.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt index 84e1a0622c..10e2664263 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt @@ -79,7 +79,7 @@ [% report.title | html %]
[% report.content | html %] - [% report.problempage | html %] + [% report.problempage | html %] [% report.recipient %] [% report.created_on | $KohaDates with_hours => 1 %] [% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %] -- 2.20.1