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

--- Comment #6 from Marc VĂ©ron <ve...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to