[Koha-bugs] [Bug 31427] Automatic renewal errors should come before many other renewal errors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 1 10:43:59 CET 2024


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

--- Comment #32 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list