Bugzilla – Attachment 182262 Details for
Bug 39737
Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39737: Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions'
Bug-39737-Obsolete-call-on-system-preference-Patro.patch (text/plain), 1.73 KB, created by
Martin Renvoize (ashimema)
on 2025-05-12 11:37:04 UTC
(
hide
)
Description:
Bug 39737: Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-12 11:37:04 UTC
Size:
1.73 KB
patch
obsolete
>From 98bce0e63e961bc4cd550314c9d0ca201fdde010 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 24 Apr 2025 12:11:00 +0200 >Subject: [PATCH] Bug 39737: Obsolete call on system preference > 'PatronSelfRegistrationAdditionalInstructions' > >Bug 34889 moved to additional contents. >Remove call in opac pages. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > opac/opac-memberentry.pl | 2 -- > opac/opac-registration-verify.pl | 3 --- > 2 files changed, 5 deletions(-) > >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index 274cb81971e..65e6f3db162 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -298,8 +298,6 @@ if ( $op eq 'cud-create' ) { > } > > } >- $template->param( PatronSelfRegistrationAdditionalInstructions => >- C4::Context->preference('PatronSelfRegistrationAdditionalInstructions') ); > } > } > } elsif ( $op eq 'cud-update' ) { >diff --git a/opac/opac-registration-verify.pl b/opac/opac-registration-verify.pl >index a05c2d16a3e..d7fea85843d 100755 >--- a/opac/opac-registration-verify.pl >+++ b/opac/opac-registration-verify.pl >@@ -161,9 +161,6 @@ if ( $rego_found > $patron->notify_library_of_registration($notify_library); > } > >- $template->param( PatronSelfRegistrationAdditionalInstructions => >- C4::Context->preference('PatronSelfRegistrationAdditionalInstructions') ); >- > my ( $theme, $news_lang, $availablethemes ) = C4::Templates::themelanguage( > C4::Context->config('opachtdocs'), 'opac-registration-confirmation.tt', > 'opac', $cgi >-- >2.49.0
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 39737
:
181427
|
181431
| 182262