From cd27fd85ab1e5d63fb88fa1f002577334a429ec2 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 17 Dec 2020 15:52:52 +0000 Subject: [PATCH] Bug 27261: exlude branchcode from PatronSelfRegistrationBorrowerUnwantedField To test: 1 - Alter PatronSelfRegistrationBorrowerUnwantedFieldand select branchcode 2 - Attempt to self register via the OPAC 3 - Kabloom, internal server error 4 - Apply patche 5 - Alter the preference again 6 - Note that branchcode is unchecked and disabled 7 - Save the pref 8 - Attempt to self register again 9 - It succeeds --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 1 + 1 file changed, 1 insertion(+) 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 3654080c02..aa1f1ef22f 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 @@ -825,6 +825,7 @@ OPAC: - pref: PatronSelfRegistrationBorrowerUnwantedField type: modalselect source: borrowers + exclusions: branchcode - - "The following database columns will not appear on the patron self-modification screen:" - pref: PatronSelfModificationBorrowerUnwantedField -- 2.11.0