Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Jonathan Druart e0e64bde51 Bug 27706: (bug 24488 follow-up) Fix libraries column filter
From commit 2285c2d657
     Bug 24488: Show correct first patron details on Holds to pull

               $('select', this).change( function () {
-                  var filter_value = $(this).val();
-                  holdst.fnFilter( filter_value, 5, true );
+                  holdst.fnFilter( $(this).child().val(), 5 );
               });

This does not make sense, we need to filter on $(this).val(), it's a
select element.

Test plan:
Place some holds
Hit the pending holds page
Use the "libraries" column filter and confirm that it works correctly

Signed-off-by: Andrew Nugged <nugged@gmail.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-02-16 10:22:13 +01:00
..
article-requests.tt Bug 26602: Don't export "actions" column 2021-02-08 14:56:00 +01:00
bookcount.tt
branchoverdues.tt
branchtransfers.tt
checkout-notes.tt Bug 26602: Don't export "actions" column 2021-02-08 14:56:00 +01:00
circulation-home.tt
circulation.tt
circulation_batch_checkouts.tt Bug 27645: Prevent "is on hold" warning to be displayed twice 2021-02-12 12:14:50 +01:00
offline-mf.tt
offline.tt
on-site_checkouts.tt
overdue.tt Bug 8287: Improve "show checked out items" filter on the overdues report 2021-02-15 11:48:55 +01:00
pendingreserves.tt Bug 27706: (bug 24488 follow-up) Fix libraries column filter 2021-02-16 10:22:13 +01:00
printslip.tt
renew.tt
request-article.tt
reserveratios.tt
returns.tt
set-library.tt
transferstoreceive.tt
view_holdsqueue.tt
waitingreserves.tt