[Koha-bugs] [Bug 25726] Holds to Pull made empty by pathological holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 3 11:37:37 CEST 2020


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

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Katrin Fischer from comment #5)
> If I understand correctly this will make the items in 'Transit' status show
> up in the list. But if they really are in transit - they can't be pulled...
> so should they show up? I think the logic of the SQL might be right and we
> need to take care to fix the holds, if the state of found = "T" and
> itemnumber empty is unwanted.

No the transit does not come up. Since it is in a itemnumber NOT IN ...
construction. The only thing we exclude here is getting a NULL and then saying
itemnumber NOT IN (NULL) making all biblio level holds disappear.

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


More information about the Koha-bugs mailing list