[Bug 21081] New: There is no check that patron is guarantor when batch deleting
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21081 Bug ID: 21081 Summary: There is no check that patron is guarantor when batch deleting Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: sophie.meynieux@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When deleting one patron (members/deletemem.pl), Koha checks that patron is not a guarantor, else it does not allow deletion. But in tools > batch patron deletion (tools/borrowers.pl or misc/cronjobs/delete_patrons.pl), this check is not performed, so there is a lot of borrowers with guarantorid that does not exist any more. Check if patron is a guarantor should be performed in all cases of deletion. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21081 Sophie MEYNIEUX <sophie.meynieux@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Sophie MEYNIEUX <sophie.meynieux@biblibre.com> --- It seems that check is done in GetBorrowersToExpunge function So I don't understand why there is so many borrowers with unknown guarantorid in our databases -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org