From 473eb8746fbfc08c8c29492904909c08e8f3957b Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Marc=20V=C3=A9ron?= Date: Thu, 25 May 2017 23:04:14 +0200 Subject: [PATCH] Bug 18673: News author does not display on staff client home page Content-Type: text/plain; charset=utf-8 News authors do not display on staff client homepage, independently of syspref 'NewsAuthorDisplay'. This patch fixes the issue. To verify: - Create news with display location 'All' - Set syspref NewsAuthorDisplay to 'Staff client only' or 'Both OPAC and staff client' - Go to staff client - Verify that news author does not appear (but it should) To test: - Applly patch - Verify that news author is displayed as expected Followed test plan works as intended Signed-off-by: Alex Buckley Signed-off-by: Marcel de Rooy --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index a096577..5d56d56 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -1,3 +1,4 @@ +[% USE Koha %] [% INCLUDE 'doc-head-open.inc' %] Koha staff client -- 2.1.4