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

Git repo owner gitmaster at git.koha-community.org
Tue Oct 27 06:07:19 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  938b1c8d7c3dfc1b35e6338fcdbbe01050632658 (commit)
       via  4f677624b228c5389c5640ef1834ae503b7cdf20 (commit)
      from  f832ae20dc8db5a10154c7a1a60096c39ff6b08e (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 938b1c8d7c3dfc1b35e6338fcdbbe01050632658
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 8 10:58:48 2020 +0200

    Bug 25913: Get the correct return of AddBiblio
    
    We need the parenthesis to get the biblionumber and not the
    biblioitemnumber, in case there is a discrepancy.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 08386fabcbfbc29f23091f6fd7838fcb362abed3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 4b2e6d56f2d54d12f22982bbcf23cdc6e790e961)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 4f677624b228c5389c5640ef1834ae503b7cdf20
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 30 10:41:45 2020 +0200

    Bug 25913: Prevent get_coins to crash if record does not have title
    
    If a bibliographic record does not have a title, get_coins will crash
    with
    Can't call method "as_string" on an undefined value at /kohadevbox/koha/Koha/Biblio.pm line 645
    Koha::Biblio::get_coins('Koha::Biblio=HASH(0x5558f91bb740)') called at /kohadevbox/koha/catalogue/ISBDdetail.pl line 144
    
    We can handle that situation easily by checking the existence of the
    title field.
    
    Test plan:
    1. Create a record without 245
    2. Enable COinSinOpac
    4. Go to the ISBD detail view
    => It must not fail with this patch applied
    
    Signed-off-by: Heather Hernandez <heather_hernandez at nps.gov>
    Signed-off-by: Joonas Kylmälä <joonas.kylmala at helsinki.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 64c939ca80a306af2560c99da0f58b1aeaed13c6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit d9599a6d3376df3479e040628d61b55aa88e1966)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 Koha/Biblio.pm               |  3 ++-
 t/db_dependent/Koha/Biblio.t | 13 +++++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list