Bug 13894: Make reserve.pl not using C4::Members::Search
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 23 Mar 2015 13:43:24 +0000 (14:43 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 30 Mar 2015 15:56:53 +0000 (12:56 -0300)
commit0b350faa4319a3c5a3c73a7937bea5ac334a4e58
tree0a35f816579aca1da3013b5c13267088851ee87e
parent1c8c8885f1b4a1e3602c57aec5b583a416377a51
Bug 13894: Make reserve.pl not using C4::Members::Search

Important note: This will modify the UI.
The patron list will now be displayed in a table (instead of a select).

Test plan:
1/ Place a hold on a record
2/ Search for a patron
3/ Select a patron and submit
4/ The hold workflow should continue as previously

No behavior changes should be observed.

Works as expected.
Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Utils/DataTables/Members.pm
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt
reserve/request.pl