3 Dec
2020
3 Dec
'20
3:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27144 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Joonas Kylmälä from comment #3)
This might have caused some corruption/duplicated data in the DB, to check if you have any use:
select count(*) FROM deletedborrowers WHERE borrowernumber IN (SELECT borrowernumber FROM borrowers);
Why, can you detail please? -- You are receiving this mail because: You are watching all bug changes.