From d981d68467530996bd3fd60899123bc869453c1e Mon Sep 17 00:00:00 2001
From: Nick Clemens
Date: Thu, 26 Oct 2017 15:07:49 +0000
Subject: [PATCH] Bug 16782: QA Followup - use a link instead of showing full
URL
---
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index a92fa16..be10b63 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -420,7 +420,7 @@ canned reports and writing custom SQL reports.
[% savedreport.last_modified | $KohaDates with_hours => 1 %] |
[% savedreport.last_run | $KohaDates with_hours => 1 %] |
[% IF (savedreport.public) %]
- Available at [% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] |
+ Yes, available here. |
[% ELSE %]
No |
[% END %]
--
2.1.4