[Koha-bugs] [Bug 21168] Error on circ/returns.pl after deleting checked-in item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 10 22:05:25 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21168

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 77715
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77715&action=edit
Bug 21168: Handle deleted checked-in items on checking in

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.

Test plan:
- 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
=> No error appears

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list