http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12302 Nick Clemens <nick@quecheelibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32851|0 |1 is obsolete| | --- Comment #7 from Nick Clemens <nick@quecheelibrary.org> --- Created attachment 32852 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32852&action=edit [SIGNED OFF] Bug 12302 - OPAC course details not displaying item status correctly for itemtypes that are not for loan If an item is not for loan based on it's itemtype, opac-detail.pl will show the item as "Not for loan" but opac-course-details.pl will show the item as "Available". Test Plan: 1) Enable course reserves 2) Create a course, add an item to it 3) Edit that item's itemtype, set it to not for loan 4) View the item from opac-detail.pl, note the status is "Not for loan" 5) View the item from opac-course-details.pl, note the status is "Available" 6) Apply this patch 7) Reload opac-course-details.pl, not the status is now "Not for loan" Signed-off-by: Frederic Demians <f.demians@tamil.fr> This is a revised version of the patch, introducing a invalid display on item table (see obsolete bug 13155). It works, and correct the bug described by Kyle. A 2nd sign-off may be necessrary. Signed-off-by: Nick Clemens <nick@quecheelibrary.org> -- You are receiving this mail because: You are watching all bug changes.