Bugzilla – Attachment 130033 Details for
Bug 29562
Pass objects to CanItemBeReserved and checkHighHolds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29562: (follow-up) typo $tem in opac-reserve.pl
Bug-29562-follow-up-typo-tem-in-opac-reservepl.patch (text/plain), 969 bytes, created by
Fridolin Somers
on 2022-02-01 01:06:49 UTC
(
hide
)
Description:
Bug 29562: (follow-up) typo $tem in opac-reserve.pl
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-02-01 01:06:49 UTC
Size:
969 bytes
patch
obsolete
>From ff2b608c9c1eb2b866fb648d51902951bd8f36ae Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 31 Jan 2022 14:54:30 -1000 >Subject: [PATCH] Bug 29562: (follow-up) typo $tem in opac-reserve.pl > >--- > opac/opac-reserve.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl >index dc7127a9aa..e8810650f7 100755 >--- a/opac/opac-reserve.pl >+++ b/opac/opac-reserve.pl >@@ -569,7 +569,7 @@ foreach my $biblioNum (@biblionumbers) { > # items_any_available defined outside of the current loop, > # so we avoiding loop inside IsAvailableForItemLevelRequest: > $policy_holdallowed &&= >- CanItemBeReserved( $patron, $tem )->{status} eq 'OK' && >+ CanItemBeReserved( $patron, $item )->{status} eq 'OK' && > IsAvailableForItemLevelRequest($item, $patron, undef, $items_any_available); > > if ($policy_holdallowed) { >-- >2.34.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 29562
:
127966
|
129245
|
129246
|
129252
|
129253
|
129254
|
129255
|
129257
|
129261
|
129262
|
129263
|
129264
|
129926
|
129927
|
129928
|
129929
| 130033