16 Dec
2022
16 Dec
'22
8:38 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32418 --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + $current_item = Koha::Items->find($itemnumber)->unblessed or undef; This does not work. The find will not return an opbject. So the unblessed still crashes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.