From 8a243fd0987e6117bfd0c316185fdfc43a459ee3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 13 May 2021 15:17:29 +0000 Subject: [PATCH] Bug 16785: [20.05] Remove Autocomplete from overdues report filter This patch removes code and markup related to an autocomplete input field in the overdues report filter. The autocomplete was intended to enable easy entry of patron attributes, but it's simpler to use a Select2-styled - - + [% SET authvals = AuthorisedValues.GetAuthValueDropbox( patron_attr_filter_loo.authorised_value_category ) %] + [% ELSE %] [% END %] [% IF ( patron_attr_filter_loo.repeatable ) %] - Add + Add [% IF ( patron_attr_filter_loo.isclone ) %] - Delete + Delete [% ELSIF ( patron_attr_filter_loo.ismany ) %] - Delete + Delete [% ELSE %] - Delete + [% END %] [% END %] @@ -230,58 +248,25 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] + [% INCLUDE 'select2.inc' %] [% END %] -- 2.11.0