12 Dec
2016
12 Dec
'16
11:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17733 --- Comment #6 from Jonathan Druart <jonathan.druart@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.