[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.19-5-ge7ba857

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 12:05:21 CEST 2017


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, 3.22.x has been updated
       via  e7ba8570d3079290944dde285ec8c0be46d528c1 (commit)
       via  d4ec1462ac9629df5d42200a7a6ceff1230d47d1 (commit)
      from  9573123fe233b638ea4c1329d56ea0a4fa8aab2b (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 e7ba8570d3079290944dde285ec8c0be46d528c1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Mar 28 16:39:25 2017 +0200

    Bug 12913: [QA Follow-up] Reword 'change item status' and add zero status
    
    The zero status should be added in @notforloans. It is a legitimate status
    for available books. The zero status description can be translated in
    the template.
    The 'Change item status' is confusing. We mean that we saw a notforloan
    status that we do not expect (read: does not exist in the table).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 664d6534171677455f3cf1467e8726146714133a)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit dbb0b4a4b09233a7b68fc29deef8220f61fb5950)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit d4ec1462ac9629df5d42200a7a6ceff1230d47d1
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Sep 12 15:21:18 2014 +0200

    Bug 12913 - wrong inventory results when notforloan filter is not used
    
    In inventory tool, there is a test on scanned items notforloan value : if the value is not one of authorized values, the inventory results displays the problem "Change item status".
    The bug is that if notforloan filter is not used, the notforloan values array is not filled and so all scanned items are marked with this problem.
    
    Test plan :
    - Check you have in default framework an item subfield mapped with items.notforloan and with an authorized value catergory, for example 'NOTFORLOAN'
    - Check the authorized value category has at least value '0'
    - Create a new value in this category, for example '9'
    - Create a biblio with default framework
    - Create an item with barcode='000AAA1', callnumber='ZZZAAA1' and notforloan=0
    - Create an item with barcode='000AAA2', callnumber='ZZZAAA2' and notforloan=9
    - Delete new value created above, for example '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 'ZZZ' and 'ZZZZ'
    - Check 'Compare barcodes list to results'
    - Submit
    => without patch, you get 2 results with problem 'Change item status' even for item with notforloan=0
    => with patch, you get 1 result with 'Change item status' on item with notforloan=9
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 358fb744c74cc63b7d2ae7d7e406ada205502ea8)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit f75915336c072765a330ca7e39646326ef11212b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/tools/inventory.tt             |   14 ++++++++----
 tools/inventory.pl                                 |   23 ++++++--------------
 2 files changed, 17 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list