diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json
index 1a3f77e051..23140978f0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/borrowers.json
@@ -52,5 +52,7 @@
"altcontactcountry": "altcontactcountry",
"altcontactphone": "altcontactphone",
"smsalertnumber": "smsalertnumber",
- "primary_contact_method": "primary_contact_method"
+ "primary_contact_method": "primary_contact_method",
+ "sort1": "sort1",
+ "sort2": "sort2"
}
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 cc96163442..179e16b529 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
@@ -828,17 +828,19 @@ OPAC:
- pref: PatronSelfRegistrationBorrowerMandatoryField
type: modalselect
source: borrowers
+ exclusions: sort1|sort2
-
- "The following database columns will not appear on the patron self-registration screen:"
- pref: PatronSelfRegistrationBorrowerUnwantedField
type: modalselect
source: borrowers
- exclusions: branchcode
+ exclusions: branchcode|sort1|sort2
-
- "The following database columns will not appear on the patron self-modification screen:"
- pref: PatronSelfModificationBorrowerUnwantedField
type: modalselect
source: borrowers
+ exclusions: sort1|sort2
-
- "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
- pref: PatronSelfRegistrationAdditionalInstructions