4 Apr
2019
4 Apr
'19
3:44 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22642 --- Comment #1 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- Correct manually with : update aqbasket left join borrowers on (aqbasket.authorisedby = borrowers.borrowernumber) set aqbasket.authorisedby = NULL where borrowers.borrowernumber is null; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.