From c1700c95d57b7b5f1895ca480856fbef01069693 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 13 May 2021 15:17:29 +0000 Subject: [PATCH] Bug 16785: 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 %] @@ -243,58 +262,25 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] + [% INCLUDE 'select2.inc' %] [% END %] -- 2.11.0