Partial fix for Bug 2655, "Items waiting on the hold shelf display as 'Available...
authorOwen Leonard <oleonard@myacpl.org>
Mon, 6 Apr 2009 13:50:51 +0000 (08:50 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 8 Apr 2009 18:01:21 +0000 (13:01 -0500)
commit60761e44aefca3bb96d2b43e5e8c70a9f3ad1516
tree433890a61307d65caf4c19a537d967d24e91c53f
parent403e96c69b5c14aa9daa8550029103d31b459251
Partial fix for Bug 2655, "Items waiting on the hold shelf display as 'Available' in OPAC"

GetItemsInfo() returns a count_reserves variable which may be "Waiting" or "Reserved," but opac-detail.pl didn't include a check for these possibilities. This patch has opac-detail.tmpl output "On hold" in either case.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl
opac/opac-detail.pl