[Koha-bugs] [Bug 9170] New: deleting a patron with holds leaves orphaned holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 29 19:35:41 CET 2012


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

            Bug ID: 9170
           Summary: deleting a patron with holds leaves orphaned holds
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nengard at gmail.com
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

This is not based in any code evidence ... it's just a guess of mine.

I'm finding a lot of lines in the reserves table where there is no reservedate
and no borrowernumber, but the found is still NULL.  I'm thinking that when the
patron is deleted their holds aren't moved to the old_reserves table or
deleted, just their borrowernumber is being NULLed out.

If this is the case, I think that the holds should be removed from the reserves
table which should be the place for all current holds are stored.

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