https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21983
--- Comment #1 from Andrew Isherwood <[email protected]> --- Created attachment 83226 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=83226&action=edit Bug 21983: Add foreign key constraint on biblio_id This patch adds a foreign key constraint on biblio_id, this means that, amongst other things, if a bib is deleted that an ILL request is a attached to, the ILL request is no longer attached to that bib. Test plan: - Apply the patch - Create an ILL request, a bib should automatically be created for the item being requested - Note that when viewing the request, a link to the bib is displayed in the ILL request list view - Delete the bib - Refresh the ILL request list view - TEST => Note that the link to the bib no longer exists -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
