]> git.koha-community.org Git - koha.git/commit
Bug 25726: make holds to pull ignore holds where found is not null and itemnumber...
authorAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 12 Jun 2020 13:51:16 +0000 (13:51 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 24 Jul 2020 21:16:54 +0000 (21:16 +0000)
commitcb76501776b3d03cf7c513b50c6b38630740416e
treeef3159d3632ad4c670403a30d8d047270775ad09
parent0cd877fb743154a76642952f454df1502302338a
Bug 25726: make holds to pull ignore holds where found is not null and itemnumber is null

To test:
1- place 2 bib-level holds on available items
2- confirm they both show on Holds to Pull
3- edit one hold from the database to set found='T'
4- reload Holds to Pull, confirm it is now empty
5- apply patch
6- Reload Holds to Pull
7- confirm it now shows the hold you did not edit

Signed-off-by: donnab <donna@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
[EDIT] Using capitals for SQL reserved words; added a FIXME
Tested with:
    update reserves set found='T', itemnumber=NULL where reserve_id=...
This should be a workaround while we fix the underlying problem.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 56220d211d7b5c4e2622787f9ea38ab12c8868f5)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
circ/pendingreserves.pl