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

--- Comment #32 from Marcel de Rooy <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to