bug 3093: Enhance placing of holds in the staff interface.
authorStephen Edwards <sedwards@alloycomputing.com>
Thu, 23 Apr 2009 16:45:54 +0000 (12:45 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 24 Apr 2009 11:12:06 +0000 (06:12 -0500)
commit47690dbcc440612a18ca2b870b3045e308915f5c
tree4fd8eb61d796eff1c95603df92a366adeb6c5fc9
parent0a8b0f44ba54af021ba7be24279dddeba5176f77
bug 3093: Enhance placing of holds in the staff interface.

This patch allows staff users to request reserves on multiple
items at one time.

Added checkboxes, select-all, clear-all, and place-hold button to
staff search results page.  Place-hold button will only appear if
the user has permission to place holds for others.  Item-level
Place-Hold button will not appear for multiple holds, nor will
the vertical detail menu.

Patron input page now shows multiple items, if applicable.

Hold confirmation page shows results for multiple items, if
applicable.  Those which cannot be reserved are highlighted and
are excluded from the reservation.  The reservation is placed at
the biblio number (i.e. next available) level.

Fixed display of item type.

Removed side menu for multiple items; removed item-oriented button for multiple items.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl
reserve/modrequest.pl
reserve/placerequest.pl
reserve/request.pl
virtualshelves/addbybiblionumber.pl