From ad2cb4ae64a8e274170978d606dd4f25375ee119 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 %] @@ -230,58 +248,25 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] + [% INCLUDE 'select2.inc' %] [% END %] -- 2.39.5