[Koha-bugs] [Bug 17733] Members.t is still failing randomly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 12 11:30:22 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17733

--- Comment #6 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
This is something different.
I would not mind fixing it in the same patch (especially to avoid yet another
bug report), but I do not recreate it and so it's hard to fix :)

Otherwise we could just set all the guarantorid to null
  Koha::Patrons->search->update( { guarantorid => null } );

That should do the job.

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


More information about the Koha-bugs mailing list