[Koha-bugs] [Bug 11179] opac-course-details.pl shows item as available when it is checked out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 31 19:29:21 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11179

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 22659
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22659&action=edit
Bug 11179 - opac-course-details.pl shows item as available when it is checked
out

If an item is listed for a course and is checked out, the item will
still show as being available from the course details page which lists
all the items that are part of a course. This is due to the way the
course reserves system handles items and issues separately, while
item-status.inc assumes the due date has been embedded in items.datedue

Test Plan:
1) Create a course
2) Add an item to that course
3) Check the item out to a patron
4) View the course details from the opac
5) Note the status says "Available"
6) Apply this patch
7) Repeat step 4
8) Note the status no longer says "Available"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list