[koha-commits] main Koha release repository branch master updated. v3.14.00-237-g9a5f737

Git repo owner gitmaster at git.koha-community.org
Mon Jan 6 16:09:03 CET 2014


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  9a5f737dcbb1c695130a3acafd46a63a44f2e4cf (commit)
      from  b529ca00e0cac093fc32a1d123cdbcc84582c155 (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 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 5 09:13:35 2013 -0500

    Bug 11342: fix error in OPAC self registration form if BorrowersTitles is empty
    
    If BorrowersTitles is empty, it causes the library pulldown on the self
    registration page to be empty, and to have the "Saluation" field have
    the option "branches".
    
    This patch also fixes a minor string capitalization issue.
    
    Test Plan:
    1) Enable OPAC self registration
    2) Set the system preference BorrowersTitles to be empty
    3) View the self registration page
    4) Note the lack of branches in the home library pulldown
    5) Apply this patch
    6) Note the branches now display in the pulldown
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested in bootstrap and prog OPAC, with BorrowersTitle configured
    and emptied.
    Passes all tests and QA script.
    
    Note: The titles pull down has 2 empty entries in master with
    and without the patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    4 ++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt      |    4 ++--
 opac/opac-memberentry.pl                                     |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list