Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
David Cook e96d73aa9f Bug 11502: make library filter in "Holds To Pull" more precise
This patch uses regex checking via the DataTables fnFilter API method
to make the branch filter more precise on the "Holds to Pull" page.

The ability to use regex is built into DataTables so this just adds
the actual expression.

_TEST PLAN_

Before applying:

1) Add library (branches) with codes of NM, NMH, and NB
2) Add items (that can be placed on hold) at all these branches
3) Place a hold on an item that is only available at NM
4) Place a hold on an item that is only available at NMH
5) Place a hold on an item that is only available at NM and NB
6) Go to "Holds to Pull" in the Circulation module
7) Filter by these three different values
8) Note that filtering by "NM" will incorrectly bring up all three
holds, while "NMH" and "NB" will only pull up one (like they should).

Apply the patch.

9) Shift+refresh the page so that your Javascript refreshes
10) Repeat step 7 (filtering by the different branch values)
11) Note that filtering by "NM" will now only bring up the hold for "NM"
and the hold for "NM" and "NB", while the others still only bring up
one hold.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-01-14 16:32:47 +00:00
..
bookcount.tt
branchoverdues.tt
branchtransfers.tt
circulation-home.tt Bug 10493: Add renewal script 2013-10-22 17:04:03 +00:00
circulation.tt Bug 10863: (follow-up) give limited circ operator way to proceed 2014-01-07 04:33:05 +00:00
offline-mf.tt Bug 11035: (follow-up) move shortcut.js 2013-12-03 15:35:15 +00:00
offline.tt Bug 10240: (follow-up) correctly record fines and fix label 2013-10-11 01:57:05 +00:00
overdue.tt
pendingreserves.tt Bug 11502: make library filter in "Holds To Pull" more precise 2014-01-14 16:32:47 +00:00
printslip.tt
renew.tt Bug 10493: (follow-up) fix various QA issues 2013-10-22 17:05:53 +00:00
reserveratios.tt
returns.tt Bug 11336: (follow-up) fixing capitalization in templates 2014-01-04 22:44:37 +00:00
selectbranchprinter.tt
stats.tt
transfer-slip.tt
transferstoreceive.tt
view_holdsqueue.tt Bug 10626: (follow-up) replace an instance of KohaAuthorisedValues 2013-12-20 04:17:44 +00:00
waitingreserves.tt