From 86d998e06360d8271d4713738872ed8c70dfde64 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 Signed-off-by: Jonathan Druart --- 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..aa7a6c9 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 category code." - - pref: PatronSelfRegistrationVerifyByEmail choices: -- 2.8.1