[Koha-bugs] [Bug 15107] Batch Patron Deletion (Trash) Performance Improvement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 16 12:54:33 CET 2015


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

--- Comment #4 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Comment on attachment 44447
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44447
Bug 15107: Batch Patron Deletion (Trash) Performance Improvement

Review of attachment 44447:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15107&attachment=44447)
-----------------------------------------------------------------

::: C4/Members.pm
@@ +1772,4 @@
>  =cut
>  
>  sub MoveMemberToDeleted {
> +    my ($borrowernumber) = shift or return;

I missed this one the first time around.. Have you actually checked that all
calls to MoveMoverToDeleted are actually passing a borrowernumber int as a
posed to a member hashref?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list