Bugzilla – Attachment 181427 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.62 KB, created by
Fridolin Somers
on 2025-04-24 10:15:32 UTC
(
hide
)
Description:
Bug 39737: Obsolete call on system preference 'PatronSelfRegistrationAdditionalInstructions'
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-04-24 10:15:32 UTC
Size:
1.62 KB
patch
obsolete
>From d72dc4a6bf79f84cac9135faa21a8ce68835609a 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. >--- > 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 eaf3792465..80e89608a7 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 a05c2d16a3..d7fea85843 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.43.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