https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15505
--- Comment #2 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
