From 5f3f89679da8e07652539a3f81d5f852b90a406c Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 22 Feb 2018 13:52:10 +0100 Subject: [PATCH] Bug 15774: Fix additional fields filters Addresses the following QA comments: 1/ Regression: On serials/serials-search.pl, the filters are not filled with what the users searched for and the additional fields linked to an AV are not displayed as a dropdown list. 4/ When searching an order, there is no way not to set a "all" value for additional fields linked to AV. 5/ When searching an order and the search does not return any results, the field should contain what the user filled in. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774#c10 --- .../intranet-tmpl/prog/en/includes/additional-fields-entry.inc | 5 +++-- .../intranet-tmpl/prog/en/modules/serials/serials-search.tt | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc index a961e55292..123e5b38c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/additional-fields-entry.inc @@ -9,8 +9,9 @@ [% IF field.authorised_value_category %] + [% IF field.authorised_value_category %] + [% ELSE %] - + [% END %] [% END %] -- 2.14.2