Bugzilla – Attachment 164221 Details for
Bug 35977
Display current date in hold starts on when placing a hold in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35977: (follow-up) Perltidy whitespace fixes
Bug-35977-follow-up-Perltidy-whitespace-fixes.patch (text/plain), 868 bytes, created by
Nick Clemens (kidclamp)
on 2024-04-01 17:43:07 UTC
(
hide
)
Description:
Bug 35977: (follow-up) Perltidy whitespace fixes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-01 17:43:07 UTC
Size:
868 bytes
patch
obsolete
>From 69db9c71ba5e0b3b866502f2fdaf3716a593fd28 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Feb 2024 18:30:25 +0000 >Subject: [PATCH] Bug 35977: (follow-up) Perltidy whitespace fixes > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > opac/opac-reserve.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index e0d4cc5a974..6394f5938ed 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -624,8 +624,8 @@ if ( > C4::Context->preference( 'OPACAllowHoldDateInFuture' ) > ) { > $template->param( >- reserve_in_future => 1, >- today => dt_from_string, >+ reserve_in_future => 1, >+ today => dt_from_string, > ); > } > >-- >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 35977
:
161814
|
161928
|
162125
|
162126
|
164217
|
164220
|
164221
|
165535
|
165536
|
165725
|
165910