[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-139-g255b114

Git repo owner gitmaster at git.koha-community.org
Sun Oct 20 09:08:05 CEST 2013


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, 3.8.x has been updated
       via  255b1144607feef3f25316f3710afa565f212065 (commit)
       via  262f1bb60823159c0d15707ac3cfe7ccb3cc4d8c (commit)
       via  7d6f83012a507b43d1de54bba47cf0dca94c7adb (commit)
      from  acd6c24550f7b92fcc0cb03437c25b4edbde89a3 (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 255b1144607feef3f25316f3710afa565f212065
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 16 15:00:35 2013 +0000

    Bug 10481: (follow-up) fix typo in POD
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1e84b1217afc74f490423538b7b8808e3d34513a)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5fde0910787f9c36caedfc12bc5af6dfedc7df36)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 5fde0910787f9c36caedfc12bc5af6dfedc7df36)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 3ae20f0a2de91bfe8318df9a63c2bd73da71de25)

commit 262f1bb60823159c0d15707ac3cfe7ccb3cc4d8c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jul 11 11:45:06 2013 +0200

    Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded
    
    prove t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t
    t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t .. ok
    All tests successful.
    Files=1, Tests=3,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.38 cusr
    0.01 csys =  0.41 CPU)
    Result: PASS
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1c8efaf3f9b14caf5f6512149d5fcd957bd3e487)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit af6c169f2a68296d99ad7f6908e441ababb79c98)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit af6c169f2a68296d99ad7f6908e441ababb79c98)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 9fc0c233dc5b180c3c7f3d92fdfc383c51bb2825)

commit 7d6f83012a507b43d1de54bba47cf0dca94c7adb
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jun 17 14:56:22 2013 +0200

    Bug 10481: FIX No enrollment fee when changing patron category.
    
    When a patron changes to a category with enrollment fee, they
    are not generated.
    
    Test plan:
    - Choose a category without fee (e.g. Kid)
    - Add an enrollment fee for another category (e.g. Young adult)
    - Choose a kid and change his category to "Young adult".
    - Note the warning message "Fees & Charges: Patron has Outstanding fees
      & charges of XX" on the check out page.
    
    This patch also moves all instances of adding the enrollment fee
    to a new routine in C4::Members, AddEnrolmentFeeIfNeeded(), so
    additional tests include:
    
    - Register a new patron and give it a category that has
      an enrollment fee.  Verify that the fee is charged.
    - Renew the patron.  Verify that the additional fee is charged.
    - Register a new patron with a child patron category.
    - Use the 'update child to adult' menu option to change the
      patron's category to one that is fee-bearing.  Verify that the
      enrollment fee was charged.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f8eb19163bd4e59e99b6dae90a5712b6a7be52f6)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 98397ed4b10b03fb0b00e9550b571c3cc47407dc)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 98397ed4b10b03fb0b00e9550b571c3cc47407dc)

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

Summary of changes:
 C4/Members.pm                                    |   65 ++++++++++++++--------
 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t |   56 +++++++++++++++++++
 2 files changed, 98 insertions(+), 23 deletions(-)
 create mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list