http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14067 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=15517 CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to BUWM from comment #9)
Created attachment 43437 [details] error when deleting patron
We also had problem with deleting patrons. `borrowers` . `password` was VARCHAR(60), while `deletedborrowers` . `password` was VARCHAR(30). Setting the latter to 60 resolved this issue in our case (Koha 3.20.01)
This will be fixed by bug 15517. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.