http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11617 --- Comment #1 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 24742 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=24742&action=edit Bug 11617: Add itemnumber constraint to aqorders_items This patch adds a foreign key constraint to aqorders_items on itemnumber. It is a follow-up on report 10869 with changes to DelOrder. This removes the need to delete these records in DelOrder. Test plan: Do a new install, and check that the constraint on itemnumber is created in the table aqorders_items. Run an upgrade via install.pl?step=3&op=updatestructure. Check again. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.