Bugzilla – Attachment 171886 Details for
Bug 37972
Allow selection of tab in patron's summary table by query param
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37972: (follow-up) Correct syntax error in opac/opac-user.pl
Bug-37972-follow-up-Correct-syntax-error-in-opacop.patch (text/plain), 1.06 KB, created by
David Nind
on 2024-09-23 18:53:40 UTC
(
hide
)
Description:
Bug 37972: (follow-up) Correct syntax error in opac/opac-user.pl
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-09-23 18:53:40 UTC
Size:
1.06 KB
patch
obsolete
>From 3198f9adfa55a03635b7ad5a9bc9c16ab5c8a041 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 23 Sep 2024 10:14:48 +0000 >Subject: [PATCH] Bug 37972: (follow-up) Correct syntax error in > opac/opac-user.pl > >Signed-off-by: David Nind <david@davidnind.com> >--- > opac/opac-user.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index b912b6e3ec..cc5844c67b 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -406,7 +406,7 @@ $template->param( > patronupdate => $patronupdate, > OpacRenewalAllowed => C4::Context->preference("OpacRenewalAllowed"), > userview => 1, >- tab => $query->param('tab'); >+ tab => $query->param('tab'), > SuspendHoldsOpac => C4::Context->preference('SuspendHoldsOpac'), > AutoResumeSuspendedHolds => C4::Context->preference('AutoResumeSuspendedHolds'), > OpacHoldNotes => C4::Context->preference('OpacHoldNotes'), >-- >2.39.5
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 37972
:
171831
|
171874
|
171885
|
171886
|
171900
|
171901
|
171902