[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-88-g949abc2074

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 22:14:37 CET 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, 20.05.x has been updated
       via  949abc20748c696cbe8a60addff5f91970e199ab (commit)
       via  c724a3db1d83447459b488ee7911a821720a5da1 (commit)
      from  abff9a9cd8fb82bafe5bc38f44a030950fb6e86e (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 949abc20748c696cbe8a60addff5f91970e199ab
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Oct 24 01:51:55 2020 +0000

    Bug 25167: (QA follow-up) Don't add a new variable
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7a87cc310b5836b6808c8836ee9e38b3dd725160)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit c724a3db1d83447459b488ee7911a821720a5da1
Author: Didier Gautheron <didier.gautheron at biblibre.com>
Date:   Wed Apr 8 09:33:44 2020 +0200

    Bug 25167: Fix to a fix wrong inventory results
    
    Test plan :
    - Check you have in default framework an item subfield mapped with items.notforloan and with an authorized value catergory,
      for example 'NOTFORLOAN'
    - Create a new value in this category, for example '9'
    - Create a biblio with default framework
    - Create an item with barcode='000AAA1', callnumber='A-1' and notforloan=0
    - Create an item with barcode='000AAA2', callnumber='A-2' and notforloan=9
    - Create a file 'barecodes.txt' containing 2 lines '000AAA1' and '000AAA2'
    - Go to inventory tool : /cgi-bin/koha/tools/inventory.pl
    - Choose file in 'Barcode file'
    - Enter item callnumber between 'A-0' and 'A-9'
    - Check 'Compare barcodes list to results'
    - Submit=> without patch, you get no warnings
    - Redo the same inventory but with checking items.notforloan 'For loan'
      (using the browser back page is ok)
    - submit => still no warning, Bug 000AAA2 must be listed it's not 'For loan'
    - Apply patch, repeat, with tems.notforloan 'For loan' checked you get the
      right warning
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1181402eee9392fddf0e3a64de5941880485c074)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 tools/inventory.pl | 4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list