[koha-commits] main Koha release repository branch master updated. v16.11.00-245-g3a19e55

Git repo owner gitmaster at git.koha-community.org
Thu Jan 19 12:20:14 CET 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  3a19e5538299f1aa3d1c03401872999a70628585 (commit)
       via  595c251b5939c9de2475c666e184202214cd0809 (commit)
       via  c718ad63752f5f12ab216a513dd21f6fd2e23181 (commit)
      from  2b303129b82a5134f04c24907c05bf863603fef7 (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 3a19e5538299f1aa3d1c03401872999a70628585
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 12 18:45:40 2017 +0000

    Bug 17894 - Remove and replace WriteOffFee
    
    WriteOffFee is the last of the "payment" subroutines that need to be
    merged into Koha::Account::pay ( as a writeoff is really just type of
    payment ).
    
    Test Plan:
    1) Apply this patch
    2) Verify the writeoff, and writeoff all buttons still work
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 595c251b5939c9de2475c666e184202214cd0809
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 12 14:41:53 2017 +0000

    Bug 17894 - Add unit tests
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c718ad63752f5f12ab216a513dd21f6fd2e23181
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jan 12 14:24:02 2017 +0000

    Bug 17894 - Update pay() and use it internally for WriteOffFee
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm            |  103 ++++++---------------------------------------
 Koha/Account.pm           |   18 +++++---
 members/pay.pl            |   46 ++++++++++++--------
 t/db_dependent/Accounts.t |   45 +++++++++++++++++++-
 4 files changed, 98 insertions(+), 114 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list