From f1fecf43f2f32ab8b315c31453304c7db2724203 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 10 Oct 2017 12:05:16 +1100 Subject: [PATCH] Bug 18884 - Advanced search on staff client, Availability limit not properly limiting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch applies and functions as described. Signed-off-by: Dilan Johnpullé Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index 089680f..0102720 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -1,9 +1,9 @@ [% BLOCK options_for_libraries %] [% FOREACH l IN libraries %] [% IF l.selected %] - + [% ELSE %] - + [% END%] [% END %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt index 8425f59..b9f00d0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -239,7 +239,7 @@

[% IF ( searchdomainloop ) %] -- 2.10.2