Bug 9394: Use reserve_id where possible
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 15 Jan 2013 15:13:52 +0000 (10:13 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 24 Jul 2013 05:04:55 +0000 (05:04 +0000)
commit53fbfa2dde3fb1150be9e49a90d9974bd71368a0
tree6e0ad5e16dfc775410772d96d6afb1cfc6338ab2
parentfaa43031e66d1544aa2c93befa3f849ba93806d7
Bug 9394: Use reserve_id where possible

This patch switches from using a combination of
biblionumber/borrowernumber to using reserve_id where possible.

Test Plan:
1) Apply patch
2) Run t/db_dependent/Holds.t

Signed-off-by: Maxime Pelletier <maxime.pelletier@libeo.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
13 files changed:
C4/Biblio.pm
C4/ILSDI/Services.pm
C4/Reserves.pm
C4/SIP/ILS/Transaction/Hold.pm
circ/branchtransfers.pl
circ/circulation.pl
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt
opac/opac-modrequest.pl
reserve/modrequest.pl
reserve/request.pl
serials/routing-preview.pl
t/db_dependent/Holds.t [new file with mode: 0755]