[Koha-bugs] [Bug 15505] Mark Hold Items 'On hold' instead of 'Available'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 27 18:11:51 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 58459
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58459&action=edit
Bug 15505 - Mark Hold Items 'On hold' instead of 'Available'

This patch adds a 'pending hold' column to C4::Items:GetItemsInfo to
allow for displaying status of an item when it has been selected for a
hold by the holdsqueue.

To test:
01 - Place a hold on an item
02 - Build the holdsqueue (kohadevbox example below)
    sudo koha-shell kohadev
    perl misc/cronjobs/holds/build_holds_queue.pl
03 - Search for the item on the OPAC
04 - Note item shows as 'Available' in results and details
05 - Apply Patch
06 - Search for the item on the OPAC
07 - Note that item now shows as 'Pending hold'

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


More information about the Koha-bugs mailing list