[Koha-bugs] [Bug 33873] ILL requests with linked biblio_id that no longer exists causes table to not render

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 31 16:27:48 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873

--- Comment #3 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
I wonder if a test can/should be written for this?
If so, test what? That a request is being returned with a biblio_id but an
empty biblio in case the biblionumber does not exist?

Should we provide an atomic update file? To clean-up data retroactively? i.e.

update illrequests set biblio_id = NULL where biblio_id not in (select
biblionumber from biblio);

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list