[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-44-g6193a6b

Git repo owner gitmaster at git.koha-community.org
Fri Dec 20 19:39:03 CET 2019


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.05.x has been updated
       via  6193a6b7453b1002aa22ef7b636579117187cddc (commit)
      from  3ca3df4828683f7ffd6d0c1b7f13754be1508ffb (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 6193a6b7453b1002aa22ef7b636579117187cddc
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 25 13:18:16 2019 -0500

    Bug 24106: In returns.pl, don't search for item if no barcode is provided
    
    When loading returns.pl, code to check rotating collections fires off an search for items by barcode, but doesn't check for a barcode first. This means the code will search for items where barcode is NULL, which is definitely not the intended function.
    
    Test Plan:
    1) Apply this patch
    2) Set up a rotating collection with items
    3) Transfer the collection
    4) Check in a rotating collection item
    5) Note no change in functionality
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit bf793c3fe0e9007e81d0258ac26a70c38aa02978)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 circ/returns.pl |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list