https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18196 Bug ID: 18196 Summary: Holds Queue table should link to Holds table by reserve_id Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Now that the 'reserves' table has an id column, it would be nice to link the tmp_holdsqueue table to it using reserves_id as a foreign key. Furthermore, we could require the tmp+holdsqueue column to be unique, as we can only have a single line in tmp_holdsqueue for any given rserve_id. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.