[Koha-bugs] [Bug 11643] New: DelBiblio does not cancel future holds, it just deletes them

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 30 17:53:59 CET 2014


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

            Bug ID: 11643
           Summary: DelBiblio does not cancel future holds, it just
                    deletes them
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

DelBiblio() currently does not retrieve future holds, and consequently does not
call CancelReserve().  The consequences of this are minor, as it just means
that old_reserves doesn't get a copy of deleted future holds (instead, the
future holds are deleted via the FK constraint), but this could be a problem in
the future if (say) CancelReserve() gets extended to initiate sending hold
cancellation notices.

An argument could be made that the default value of the all_dates parameter to
GetReservesFromBiblionumber should be true, not false.  If so, all_dates might
be better named 'show_only_current_holds' or the like.

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