[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-13-g39547a6279

Git repo owner gitmaster at git.koha-community.org
Tue Aug 4 00:24:54 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  39547a6279e418823a23809c813dc198a07eca75 (commit)
      from  f4c2d263ae0136e1a2d6ef0fb3dc1eed3a0a6266 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39547a6279e418823a23809c813dc198a07eca75
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Fri Jun 12 13:51:16 2020 +0000

    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 at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at 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 at bugs.koha-community.org>
    (cherry picked from commit 56220d211d7b5c4e2622787f9ea38ab12c8868f5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit cb76501776b3d03cf7c513b50c6b38630740416e)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

-----------------------------------------------------------------------

Summary of changes:
 circ/pendingreserves.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list