[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.03-21-gcc86857

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 08:47:50 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, 3.14.x has been updated
       via  cc86857dd642e9c5a53012f005dd59899bc2cb0d (commit)
      from  335b3059d0d537e2d74250eeb096f8ee71d25c87 (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 cc86857dd642e9c5a53012f005dd59899bc2cb0d
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>
    (cherry picked from commit 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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