https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40740 Bug ID: 40740 Summary: Validation for biblioitems in about/system information joins on biblionumber not biblioitemnumber Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: About Assignee: koha-bugs@lists.koha-community.org Reporter: lisette@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org select bi.biblioitemnumber, dbi.biblioitemnumber from biblioitems bi join deletedbiblioitems dbi on bi.biblionumber=dbi.biblionumber Warns if there's items from the same biblio, one not deleted, one is deleted. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.