[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-34-g58cfee7

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 16:42:11 CEST 2016


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  58cfee7eec9139b0a5db5edc83c80c041570f047 (commit)
      from  18c74c9d62573d77a1427aa92382db17255098d8 (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 58cfee7eec9139b0a5db5edc83c80c041570f047
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 6 15:52:54 2016 +0200

    Bug 16859: Fix wrong item field name in export.pl
    
    Field callnumber should be itemcallnumber.
    For completeness, prefixing the joined fields with items table prefix.
    
    Note: You should expect Tools/Export to export only the items within a
    given itemcallnumber range, but if the biblio has one item in that
    range, the biblionumber is selected for export with ALL items. The script
    is designed that way (first select biblio numbers based on criteria, and
    run export with those biblio numbers).
    
    Test plan:
    [1] Select a biblio N with one item with say itemcallnumber X.
    [2] Goto Tools/Export. Select biblio range N,N and no itemcallnumber
        range. The biblio should be exported.
    [3] Select biblio range N,N and itemcallnumber range A,B. No output.
    [4] Select biblio range N,N and itemcallnumber range A,<empty>. Output.
    [5] Select biblio range N,N and itemcallnumber range <empty>,X. Output.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 00960f196482bb8dda3ddac8d9361ca1ffc5af93)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 58de933e0301451bbe3af107ee1359f72b15e286)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list