[koha-commits] main Koha release repository branch master updated. v19.05.00-31-gf417c15

Git repo owner gitmaster at git.koha-community.org
Wed Jun 5 15:04:04 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  f417c15e499745a7cd35fd1c8c5ae79888857199 (commit)
       via  986629b29f8651a99f877444c69dec2838f513d8 (commit)
       via  20dde4cc4acf35ba9f5edc76c5271198217994e6 (commit)
      from  72d4b10bf4abcfc36a9f3bac263ad182b6512088 (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 f417c15e499745a7cd35fd1c8c5ae79888857199
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 28 07:54:58 2019 -0400

    Bug 22982: (QA follow-up) Add behavior to Koha::Account::Line::apply and unit test
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 986629b29f8651a99f877444c69dec2838f513d8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 23 14:14:06 2019 -0400

    Bug 22982: Add unit tests
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 20dde4cc4acf35ba9f5edc76c5271198217994e6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 23 11:27:23 2019 -0400

    Bug 22982: Paying lost fee does not always remove lost item from checkouts
    
    Depending on how a lost fee is paid, it may or may not be removed from the
    patrons current checkouts. The current expected behavior is for the lost
    item to be removed from the patrons checkouts when the lost fee is paid in
    full.
    
    This is due to the subroutine for handling of lost fees being included in
    the 'pay specific lines' code but not in the 'pay by amount' code.
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/Koha/Account.t
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Account.pm               |    8 +-
 Koha/Account/Line.pm          |   10 ++
 t/db_dependent/Koha/Account.t |  227 ++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 243 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list