22 Jan
2024
22 Jan
'24
9:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35172 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- If you have entries in your biblio table without a matching entry in the biblioitems table, that would be a serious data issue. What else I could imagine is that your biblionumbers and biblioitemnumbers got out of sync. Could you check if biblionumber = biblioitemnumber in your biblioitems table? Most of the time that is the case as we have a 1:1 relationship, but through migration etc. things can get out of synch sometimes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.