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.