[Koha-bugs] [Bug 8448] Holds Awaiting Pickup : Cancelling a hold on a waiting item with multiple holds displays a blank screen instead of a warning prompt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 20 15:50:21 CEST 2012


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

--- Comment #6 from Marc Véron <veron at veron.ch> ---
Created attachment 11045
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11045&action=edit
[SIGNED-OFF] Bug 8448 - Holds Awaiting Pickup : Cancelling a hold on a waiting
item with multiple holds displays a blank screen instead of a warning prompt

When you cancel a hold in the "Hold Waiting" tab of Holds Awaiting Pickup, you
should be prompted to retain or transfer the hold for the next patron in the
queue. However, instead of seeing this prompt, you are just shown white screen
that fails to alert you to the fact that there are more holds on that item!

There is a missing FOREACH reference in waitingreserves.tt. The template tries
to directly reference the hash within the cancel_results array, but we need to
access the array before we can access the hash.

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


More information about the Koha-bugs mailing list