From 4347b79721267cd1edf7bede17dd70538276c4e3 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 20 Jul 2016 16:54:34 +0200 Subject: [PATCH] Bug 16945: PatronSelfRegistration: Add note about setting PatronSelfRegistrationDefaultCategory In OPAC, patron self registration works only when PatronSelfRegistrationDefaultCategory is set to a valid patron category. This patch adds a note for PatronSelfRegistration on Home > Administration > System preferences. To test: - Apply patch - In staff client, search system preferences for PatronSelfRegistration - Verify that note appears with PatronSelfRegistration (Amended to fix typo, see comment #3, 2016-07-21 mv) Signed-off-by: Claire Gravely --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 861b7b2..e3cda98 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -680,7 +680,7 @@ OPAC: choices: yes: Allow no: "Don't allow" - - "library patrons to register or modify their account via the OPAC." + - "library patrons to register or modify their account via the OPAC. Note: This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron categroy code." - - pref: PatronSelfRegistrationVerifyByEmail choices: -- 1.7.10.4