[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
Sat Dec 31 21:55:42 CET 2016


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

Chris Kirby <chris.kirby at ilsleypubliclibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #58459|0                           |1
        is obsolete|                            |

--- Comment #4 from Chris Kirby <chris.kirby at ilsleypubliclibrary.org> ---
Created attachment 58549
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58549&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 - Repeat step 02, rebuilding the holdsqueue
07 - Search for the item on the OPAC
08 - Note that item now shows as 'Pending hold'

Signed-off-by: Chris Kirby <chris.kirby at ilsleypubliclibrary.org>
Works as advertised.

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


More information about the Koha-bugs mailing list