[koha-commits] main Koha release repository branch master updated. v19.05.00-144-g3bf26cf

Git repo owner gitmaster at git.koha-community.org
Fri Jun 21 13:57:48 CEST 2019


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  3bf26cfb934cb699839aabb136df09ea97c030bb (commit)
       via  d2a2e4a8d52c2098dd183e6714b03aed5b6a84bb (commit)
      from  90d4e3a672e8778e30058fe691f83d94b6d379ce (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 3bf26cfb934cb699839aabb136df09ea97c030bb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 19 07:00:01 2019 -0400

    Bug 23103: (QA follow-up) Return undef implicitly
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d2a2e4a8d52c2098dd183e6714b03aed5b6a84bb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 12 15:08:08 2019 -0400

    Bug 23103: Cannot checkin items lost by deleted patrons with fines attached
    
    Test Plan:
    1) Checkout an item to a patron
    2) Ensure the item has a replacement cost (or itemtype has default)
    3) Ensure patrons are charged when items lost
    4) Mark the item lost
    5) Confirm patron has a fine
    6) Write off the fine
    7) Delete the patron
    8) Check in the item
    9) Note the internal server error
    10) Apply this patch
    11) Repeat steps 1-8
    12) Note there is no internal server error!
    13) prove t/db_dependent/Circulation.t
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm            |    7 ++++++-
 t/db_dependent/Circulation.t |   44 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 49 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list