[koha-commits] main Koha release repository branch master updated. v16.05.00-1275-g98596e9

Git repo owner gitmaster at git.koha-community.org
Fri Oct 28 17:32:41 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  98596e91113ee6a8e95e00cde03408e9c6599f59 (commit)
       via  f9654783e2154bfd95cac92ae9b23615d88538e2 (commit)
       via  9c6f634469de4364d71bc0eb7520d04ead61fd00 (commit)
      from  eff7d113a0c31e1e1a0d32626d5834b01a902fda (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 98596e91113ee6a8e95e00cde03408e9c6599f59
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 24 09:13:07 2016 +0100

    Bug 16912: Update patron category enrolment fees
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f9654783e2154bfd95cac92ae9b23615d88538e2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 12 08:31:01 2016 +0100

    Bug 16912: Koha::Patrons - Move and rewrite tests for AddEnrolmentFeeIfNeeded
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9c6f634469de4364d71bc0eb7520d04ead61fd00
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 12 08:30:13 2016 +0100

    Bug 16912: Koha::Patrons - Move AddEnrolmentFeeIfNeeded to ->add_enrolment_fee_if_needed
    
    This patch moves the code of the C4::Members::AddEnrolmentFeeIfNeeded
    subroutine to the Koha::Patron->add_enrolment_fee_if_needed method.
    The behavior should be unchanged.
    
    Test plan:
    1/ Define enrolment fee for 2 patron categories
    2/ Create a patron using the first category
    => The patron should be charged
    3/ Change the patron category to the other one
    => The patron should be charged again
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                                    |   44 ++-----------
 Koha/Patron.pm                                   |   21 +++++-
 t/db_dependent/Koha/Patrons.t                    |   55 +++++++++++++++-
 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t |   74 ----------------------
 4 files changed, 81 insertions(+), 113 deletions(-)
 delete mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list