[Koha-bugs] [Bug 8448] New: 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
Mon Jul 16 05:55:02 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8448
                CC: gmcharlt at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Holds Awaiting Pickup : Cancelling a hold on a waiting
                    item with multiple holds displays a blank screen
                    instead of a warning prompt
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: dcook at prosentient.com.au
          Hardware: All
            Status: NEW
           Version: master
         Component: Hold requests
           Product: Koha

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 the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list