https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168 Bug ID: 21168 Summary: Error on circ/returns.pl after deleting checked-in item Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com circ/returns.pl generates a server error when attempting to checkin an item while the list of previously-returned items contains an item that has been deleted. Error text: Can't call method "biblio" on an undefined value at /usr/share/koha/intranet/cgi-bin/circ/returns.pl line 606. To test: - checkout two items - checkin item1 - on a separate tab, delete item1 - on the original tab (which still shows item1 in the list of Checked-In Items), attempt to check in item2 - error appears item2 will have been successfully returned, despite the error, but no confirmation of this is given. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.