[koha-commits] main Koha release repository branch master updated. v16.05.00-1361-ga618c62

Git repo owner gitmaster at git.koha-community.org
Mon Nov 14 12:30:07 CET 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  a618c62ae6c6ddc8334e795ddb1760a7363a88f8 (commit)
       via  87380d8b460857157b4cf06fa8def626d1d2badb (commit)
      from  2975c010204cad61d5a2c1982dabfd3b7812e74c (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 a618c62ae6c6ddc8334e795ddb1760a7363a88f8
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 14 15:14:02 2016 -0400

    Bug 15690: Hardcoded 16 is uncool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Followed test plan in comment #7, works as expectd.
    Signed-off-by: Marc <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 87380d8b460857157b4cf06fa8def626d1d2badb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 13 15:43:50 2016 +0100

    Bug 15690: CardnumberLength should not be bigger than 16
    
    borrowers.cardnumber is a varchar(16), so CardnumberLength should not
    have a max > 16
    
    Test plan:
    Test different value in CardnumberLength ("20", "20,30", "40,")
    Edit a patron a make sure the text display under the cardnumber input is
    correct
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marc <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                                       |    4 ++++
 .../prog/en/modules/admin/preferences/patrons.pref  |    2 +-
 t/Members/cardnumber.t                              |   19 +++++++++++++++++--
 3 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list