From 9f91daef6eca42b080dd0c9e6f5241b717572e7f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 20 Oct 2015 16:46:15 +0200 Subject: [PATCH] [PASSED QA] Bug 8436: QA Follow-up: Add Library to result list If we offer a library filter, we should also show the library in the result list, so that search options and result list match. Otherwise, for libraries with multiple branches, there is no way to see, which is the subscription of a specific branch in the list. - Add a Library column in the result list - Rename branch to library in the template Signed-off-by: Kyle M Hall --- .../prog/en/modules/serials/checkexpiration.tt | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt index 1859faf..551338a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -2,6 +2,7 @@ Koha › Serials › Check expiration [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] +[% USE Branches %]