[koha-commits] main Koha release repository branch master updated. v16.05.00-367-g1c61729

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 20:13:14 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  1c61729e840655bfea7123d0c826a0cffa9bd1bc (commit)
      from  dc78583de113bb9d24e29c2ca1c7d4033951fd59 (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 1c61729e840655bfea7123d0c826a0cffa9bd1bc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 11 23:07:34 2016 +0100

    Bug 16909: Koha::Patrons - Remove checkuniquemember
    
    C4::Members::checkuniquemember was not really nicely written, was only
    used once and was not covered by tests.
    I think it does not make sense to keep such complexity and have this
    code in the subroutine/method.
    Looking at this patch it seems that what this subroutine did can be done
    easily in the pl script in few lines.
    
    Test plan:
    1/ Create 2 organisations with the same "surname": you should get a
    warning.
    2/ Create 2 patrons (non-organisation) with the same
    surname/firstname/date of birth, you should get a warning
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm          |   39 ---------------------------------------
 members/memberentry.pl |   22 +++++++++-------------
 2 files changed, 9 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list