[koha-commits] main Koha release repository branch master updated. v16.11.00-919-g21bddb3

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 12:44:55 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  21bddb399d7f88a33c6dff474d07190a09e627dc (commit)
      from  21992c7eca3442e868b14cbbd55a5c8b5d59c102 (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 21bddb399d7f88a33c6dff474d07190a09e627dc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 21 13:05:47 2017 -0300

    Bug 18467: Handle orders with deleted biblio when viewing a basket
    
    If the bibliographic record of an order has been removed, $order->{bibionumber}
    is undefined. We need to handle this specific case correctly.
    
    To test:
    1 - Create a basket
    2 - Order a bib
    3 - Cancel order and delete record
    4 - You cannot view basket
    5 - Apply patch
    6 - View basket
    7 - There should not be an error
    r calling count on undefined bib in basket.pl if order cancelled and
    record deleted
    
    Followed test plan, works as intended
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/basket.pl |   44 +++++++++++++++++++++++---------------------
 1 file changed, 23 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list