[Koha-bugs] [Bug 8292] New: clicking ignore on hold cancels transfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 22 15:33:12 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8292
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: clicking ignore on hold cancels transfer
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: nengard at gmail.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Circulation
           Product: Koha

If a title has some holds on it and I check it in at the borrowing library, I
got a message telling me about a hold.  I clicked "Ignore" on that message. 
The barcode was not transferred back to the owning library at this point even
though it should have been.  The barcode still shows as having a Current
Location.

Notes from Ian on the code inspection:

The portion of code that triggers the automatic return home is not called if a
hold is found; this makes sense in the case where you're filling the hold,
since you'd be transferring to that library instead of the home library.

But when you 'ignore', nothing additional happens.  The ignore button just
makes the confirmation box disappear; not further actions are taken.  So the
code to do the transfer is never performed, and the item sits at the
holdingbranch library.

Obviously this is not what people expect.  If you're ignoring the hold, you
want the checkin to proceed as if the hold had never popped up in the first
place, and that means doing a return home if appropriate.

-- 
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