]> git.koha-community.org Git - koha.git/commit
Bug 11342: fix error in OPAC self registration form if BorrowersTitles is empty
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 5 Dec 2013 14:13:35 +0000 (09:13 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 08:08:23 +0000 (09:08 +0100)
commitcc86857dd642e9c5a53012f005dd59899bc2cb0d
tree3eace2396a2f735d2ea0fd9775cbd2da60e0f84e
parent335b3059d0d537e2d74250eeb096f8ee71d25c87
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@cdalibrary.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@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@esilibrary.com>
(cherry picked from commit 9a5f737dcbb1c695130a3acafd46a63a44f2e4cf)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt
opac/opac-memberentry.pl