[koha-commits] main Koha release repository branch master updated. v3.22.00-1566-g5cf8bfb

Git repo owner gitmaster at git.koha-community.org
Wed May 11 12:29:09 CEST 2016


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  5cf8bfb360d577c3cb3bd149477ba3fe253f3980 (commit)
       via  b79107a49a549c47218711d25eec903150ce8a3f (commit)
      from  47dc39997198126be702c13c58053e793c609f90 (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 5cf8bfb360d577c3cb3bd149477ba3fe253f3980
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 11 10:24:13 2016 +0100

    Bug 16496: Add test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b79107a49a549c47218711d25eec903150ce8a3f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 10 19:05:00 2016 +0000

    Bug 16496 - accountlines.issue_id not set when new overdue is processed
    
    It appears that somehow the adding of issue_id to accountlines for new
    fines was missed! This is incredibly important, otherwise UpdateFine
    will always create a new fine!
    
    Test Plan:
    1) Create a new overdue checkout
    2) Run fines.pl to generate an accountline for it
    3) Note it has no issue_id
    4) Apply this patch
    5) Repeat steps 1 and 2
    6) Note it now has an issue_id!
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Overdues.pm               |    1 +
 t/db_dependent/Circulation.t |   40 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 40 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list