[Koha-bugs] [Bug 9214] Show damaged status in the OPAC for items which are not for loan

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 7 20:37:19 CEST 2014


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 32047
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32047&action=edit
Bug 9214 - Show damaged status in the OPAC for items which are not for loan

Item statuses in the OPAC displayed according to a cascading hierarchy:
If something is lost it will appear as lost, "else if" it is checked out
it will appear as checked out, etc. I don't think there is a logical
reason why statuses should appear this way.

This patch modifies the logic in the template so that multiple statuses
can be displayed at the same time. The patch also wraps each status in
its own class so that libraries can apply custom CSS if they wish.

Some tweaks have been made to the LESS file adding some style to the
common "item-status" class for display of item statuses.

To test, apply the patch and view one or more titles in the OPAC which
have items with the following statuses: lost, checked out, damaged, not
for loan, waiting, on order, in transit, withdrawn, and available.

Modify items to have more that one status simultaneously, in particular
not for loan and damaged.

Also test the display of item statuses in the OPAC cart and the OPAC's
course details page (Course reserves -> [Course name]) since these pages
use the same include file.

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


More information about the Koha-bugs mailing list