Bugzilla – Attachment 140639 Details for
Bug 31562
Patron 'flags' don't respect unwanted fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31562: Remove gonenoaddress and lost from OPAC borrower field preferences
Bug-31562-Remove-gonenoaddress-and-lost-from-OPAC-.patch (text/plain), 2.73 KB, created by
David Nind
on 2022-09-14 18:02:42 UTC
(
hide
)
Description:
Bug 31562: Remove gonenoaddress and lost from OPAC borrower field preferences
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-09-14 18:02:42 UTC
Size:
2.73 KB
patch
obsolete
>From 59a913926bd084a177be8feb0d6eb8a383444588 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 14 Sep 2022 11:35:44 +0000 >Subject: [PATCH] Bug 31562: Remove gonenoaddress and lost from OPAC borrower > field preferences > >These are not shown, so cannot be unwanted or mandatory > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/admin/preferences/opac.pref | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >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 c74d5c9d49..726fb16c4f 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 >@@ -811,25 +811,25 @@ OPAC: > - pref: PatronSelfModificationMandatoryField > type: modalselect > source: borrowers >- exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes >+ exclusions: password|cardnumber|dateexpiry|categorycode|sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:" > - pref: PatronSelfRegistrationBorrowerMandatoryField > type: modalselect > source: borrowers >- exclusions: sort1|sort2|opacnote|borrowernotes >+ exclusions: sort1|sort2|opacnote|borrowernotes|gonenoaddress|lost > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:" > - pref: PatronSelfRegistrationBorrowerUnwantedField > type: modalselect > source: borrowers >- exclusions: branchcode|sort1|sort2 >+ exclusions: branchcode|sort1|sort2|gonenoaddress|lost > - > - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:" > - pref: PatronSelfModificationBorrowerUnwantedField > type: modalselect > source: borrowers >- exclusions: sort1|sort2 >+ exclusions: sort1|sort2|gonenoaddress|lost > - > - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):" > - pref: PatronSelfRegistrationAdditionalInstructions >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31562
:
140621
|
140622
|
140623
|
140624
|
140625
|
140626
|
140638
|
140639
|
140640
|
140655
|
140656
|
140657
|
142858