[koha-commits] main Koha release repository branch master updated. v16.11.00-707-g664d653

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:13:40 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, master has been updated
       via  664d6534171677455f3cf1467e8726146714133a (commit)
       via  358fb744c74cc63b7d2ae7d7e406ada205502ea8 (commit)
      from  443b2ef4f4a8a99f3369668257be8bd7d147143e (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 664d6534171677455f3cf1467e8726146714133a
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>

commit 358fb744c74cc63b7d2ae7d7e406ada205502ea8
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>

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

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