[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.09-1-g52e75e3

Git repo owner gitmaster at git.koha-community.org
Mon Feb 26 13:49:45 CET 2018


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, 17.05.x has been updated
       via  52e75e3806ab5ce48bfc20ea9f64e623d8ee40fa (commit)
      from  095a63b313e0eb2dd9ab72e2bd3f710243fea65c (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 52e75e3806ab5ce48bfc20ea9f64e623d8ee40fa
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Feb 23 11:41:10 2018 +0100

    Bug 20276: Fix GetCourseItem call to get itemnumber
    
    In 17.05.x :
    In course_reserves/add_items.pl we now get the item via Objects.
    This line:
     66     my $course_item = GetCourseItem( itemnumber => $item->{'itemnumber'} );
    Should be:
     66     my $course_item = GetCourseItem( itemnumber => $item->itemnumber );
    
    This is corrected since 17.11 by :
    Bug 18276: Remove GetBiblioFromItemNumber - Course reserves
    
    Test plan :
    1) Create a course reserve and add items.
    2) Correct information must be displayed on the detail page of the course
    reserve, on staff and OPAC interface.
    3) Try to add a non existing barcode, you get the page with a message
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list