Bug 13851: Replace waiting holds logic in circulation.pl with Koha Objects
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 30 Sep 2014 19:07:50 +0000 (15:07 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 29 Jul 2015 18:47:13 +0000 (15:47 -0300)
commit062f34c55df312f2f8295850c203638343dabdaa
treef773e90866a2a4d2fcc642ee3c3970ebbc19e6c8
parentaac6c2687155e61f78f34767c2b2e45160658c90
Bug 13851: Replace waiting holds logic in circulation.pl with Koha Objects

This is the original patch for bug 12892 and replaces the older style of
fetching the holds data with Koha Objects. It will be used as a
foundation for future features.

Test Plan:
1) Apply this patch
2) Create a hold, set to waiting
3) Browse to circulation.pl for that patron
4) Note you see the list of waiting holds
5) Switch your logged in branch to a different branch
6) Note the "Waiting at" line is no longer emphasized.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Cathi Wiggins <CWIGGINS@ci.arcadia.ca.us>
Signed-off-by: Megan Wianecki <mwianecki@mplmain.mtpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Biblio.pm [new file with mode: 0644]
Koha/Biblios.pm [new file with mode: 0644]
Koha/Branch.pm [new file with mode: 0644]
Koha/Branches.pm [new file with mode: 0644]
Koha/Hold.pm [new file with mode: 0644]
Koha/Holds.pm [new file with mode: 0644]
Koha/Item.pm [new file with mode: 0644]
Koha/Items.pm [new file with mode: 0644]
circ/circulation.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
t/db_dependent/Reserves.t