Bug 16907: Koha::Patrons - Move HandleDelBorrower to ->delete
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Jul 2016 20:35:15 +0000 (21:35 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 16:20:41 +0000 (16:20 +0000)
commitc4a923bdf7eacce4de1efd4c5bdd2fe4010ad4b1
tree6530dc0c5ed701da6808cb34a8a406fd1d1425c5
parent26c034d1f50762f0548ce3ee61767d64139cd311
Bug 16907: Koha::Patrons - Move HandleDelBorrower to ->delete

This job should be done each time patron data are deleted. It's better
to do it just before deleting the patron than assuming the caller did
the job by itself.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Members.pm
Koha/Patron.pm
members/deletemem.pl
misc/cronjobs/delete_patrons.pl
t/db_dependent/Koha/Patrons.t
tools/cleanborrowers.pl