[koha-commits] main Koha release repository branch master updated. v3.22.00-550-g9f172a3

Git repo owner gitmaster at git.koha-community.org
Tue Feb 23 23:41:02 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  9f172a3c1bc8c7cd1664eabac81c5b66877b3952 (commit)
      from  a382c8c1cb10687117083be29478a246859daf07 (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 9f172a3c1bc8c7cd1664eabac81c5b66877b3952
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 28 08:54:56 2016 -0500

    Bug 15691: Show card number minimum and maximum in visible hint when adding a patron
    
    The CardnumberLength system preference defines card number minimum and
    maximum allowed values when adding a patron. This information is
    currently hidden in a title attribute on the card number input field.
    
    This patch moves the information into a <div class="hint">, matching
    other fields in the entry form which offer details about entry
    guidelines.
    
    To test, apply the patch and open the new patron entry form. Test for
    various values of CardnumberLength, and with 'cardnumber' mandatory or
    not mandatory as defined in BorrowerMandatoryField.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/modules/members/memberentrygen.tt         |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list