https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Pedro Amorim from comment #5)
I believe this patch: https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter. html&bug=22440&attachment=150716
Makes it so that if a biblio that is related to an ILL request is deleted, the ILL request biblio_id column is set to NULL Previous to bug 22440, apparently this wasn't the case, and in such an event, the biblionumber would remain in the biblio_id illrequests column, even after the biblio with said biblionumber is deleted.
You are right, but I really wish they hadn't hidden this (breaking) change in a patch that seems totally unrelated to it :( It can and will create data loss for some libraries depending on how their backends work. And it's not advertised in release notes. Our backend cleans up the records automatically when a ILL request is filled, but we relied on having the link still to be able to pull the information. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.