https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33873
--- Comment #3 from Pedro Amorim <[email protected]> --- 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. _______________________________________________ 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/
