1 Mar
2024
1 Mar
'24
9:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31427 --- Comment #32 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Needs a little digging. Test fails without this patch too. And culprit is transferbook: my $item = Koha::Items->find( { barcode => $barcode } ); If barcode is empty and you have items without barcode, things go wrong. Solved it on bug 36212. Chose to not record as dependency. -- You are receiving this mail because: You are watching all bug changes.