[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.10-21-gc3d0d7050a

Git repo owner gitmaster at git.koha-community.org
Tue Oct 27 05:29:03 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, 19.11.x has been updated
       via  c3d0d7050a49a743f9edd56e47412818cc1a59a4 (commit)
       via  028b7e6b8d90ad67a152c105182af3151053352f (commit)
      from  7499703bf0ff899dd28104c8f083c23aca01a438 (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 c3d0d7050a49a743f9edd56e47412818cc1a59a4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 28 15:32:52 2020 +0200

    Bug 26414: Tidy the tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3cd40f7bafe99c72b804dc1d6ff993fbc71f2d85)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 496cd5d36e2071e8e124ce2a7472fdc7c6c49ac2)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 028b7e6b8d90ad67a152c105182af3151053352f
Author: Alexis Ripetti <alexis.ripetti at inLibro.com>
Date:   Fri Sep 11 16:11:55 2020 -0400

    Bug 26414: Unable to export Withdrawn status using CSV profile
    
    When using CSV profiles to export MARC records, it is impossible to export the withdrawn status. I suspect it is because withdrawn is in 952$0 and 0 is considered null rather than an actual 0.
    
    Test Plan :
    1) Go to Tools > CSV profiles
    2) Click on New CSV profile
    3) Enter a profile name (ex. Simple record)
    4) In the Profile MARC fields field enter the following (for MARC21)
    245a|100a|952o|9520
    5) Save your profile
    6) Go to Search and search for something
    7) Add a couple of things in your cart
    8) Go to your cart
    9) Click on Download and choose your CSV profile
    10) Open the file and notice the 9520 column contains the whole of the 952 field and not just the withdrawn status
    11) Apply patch
    12) Redo steps 9) and 10)
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b048d155bf18d794d2ac97eaafc6f0fc00996018)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 937e831ea300042e7be89fc9524bb871edaf23ba)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 C4/Record.pm                           |  6 +++---
 t/db_dependent/Record/marcrecord2csv.t | 37 +++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list