[koha-commits] main Koha release repository branch master updated. v16.05.00-962-g4176f6f

Git repo owner gitmaster at git.koha-community.org
Thu Sep 29 13:14:26 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  4176f6fb73e52cbb154e974e882f436a8ceabf50 (commit)
       via  547ca4c8c12120d42b06d4a9bc549a887d3f73e1 (commit)
      from  56da7be50ada38bab6ec866f5915d55507c7d821 (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 4176f6fb73e52cbb154e974e882f436a8ceabf50
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 28 11:54:09 2016 +0100

    Bug 15895: Remove useless discard_changes calls
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 547ca4c8c12120d42b06d4a9bc549a887d3f73e1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 19 19:57:12 2016 +0000

    Bug 15895 - Add Koha::Account module, use Koha::Account::pay internally for recordpayment
    
    This is the first patch in a series to unify all payment functions into
    a single method.
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/Accounts.t
    3) Test fine payment via the "Pay amount" button
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Lari Taskula <larit at student.uef.fi>
    
    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/Accounts.pm            |   92 +-----------------------
 Koha/Account.pm           |  171 +++++++++++++++++++++++++++++++++++++++++++++
 t/db_dependent/Accounts.t |   25 +++----
 3 files changed, 185 insertions(+), 103 deletions(-)
 create mode 100644 Koha/Account.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list