https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40704
--- Comment #2 from Katrin Fischer <[email protected]> --- We ran into this because of our cover service exploding when there was no biblionumber when preparing for the update, so I believe it's tied to a change between 22.11 and 24.11. I think it could be changes relating to showing deleted entries, where we just didn't show them before, but couldn't dig much deeper than finding these bugs: Bug 3397 - Deleting item record leaves a hole in patron's reading history Bug 33948 - Replace GetAllIssues with Koha::Checkouts - staff I suspect the second bug (23.11), but didn't confirm. I have patched locally to remove entries without biblionumber - an empty line has no usable information. The star ratings shown are broken etc. Ideally we should pull the information from the deleted tables, if not possible, we should not show the entries. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
