Bugzilla – Attachment 140656 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.79 KB, created by
Martin Renvoize (ashimema)
on 2022-09-15 11:34:43 UTC
(
hide
)
Description:
Bug 31562: Remove gonenoaddress and lost from OPAC borrower field preferences
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-09-15 11:34:43 UTC
Size:
2.79 KB
patch
obsolete
>From f070e267d5c39578bca359d16aacb589cd67a24b 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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.20.1
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