Bugzilla – Attachment 181306 Details for
Bug 9762
Log circulation overrides
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9762: (follow-up) Re-instate bug 17729
Bug-9762-follow-up-Re-instate-bug-17729.patch (text/plain), 1.47 KB, created by
Martin Renvoize (ashimema)
on 2025-04-22 16:50:49 UTC
(
hide
)
Description:
Bug 9762: (follow-up) Re-instate bug 17729
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-04-22 16:50:49 UTC
Size:
1.47 KB
patch
obsolete
>From e715de2440dc8d271c45b2cebeb7b228b361a668 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Tue, 22 Apr 2025 17:28:59 +0100 >Subject: [PATCH] Bug 9762: (follow-up) Re-instate bug 17729 > >--- > C4/Circulation.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index ae74dbb5e95..58cdcb731e7 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -27,7 +27,7 @@ use JSON; > use C4::Context; > use C4::Stats qw( UpdateStats ); > use C4::Reserves >- qw( CheckReserves CanItemBeReserved MoveReserve ModReserve ModReserveMinusPriority RevertWaitingStatus IsItemOnHoldAndFound IsAvailableForItemLevelRequest ); >+ qw( CheckReserves CanItemBeReserved MoveReserve ModReserve ModReserveMinusPriority RevertWaitingStatus IsAvailableForItemLevelRequest ); > use C4::Biblio qw( UpdateTotalIssues ); > use C4::Items qw( ModItemTransfer ModDateLastSeen CartToShelf ); > use C4::Accounts; >@@ -3351,7 +3351,7 @@ sub CanBookBeRenewed { > > foreach my $other_item (@other_items) { > next if defined $matched_items{ $other_item->itemnumber }; >- next if IsItemOnHoldAndFound( $other_item->itemnumber ); >+ next if $other_item->holds->filter_by_found->count; > next unless IsAvailableForItemLevelRequest( $other_item, $patron_with_reserve, undef ); > next > unless CanItemBeReserved( >-- >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 9762
:
149554
|
156222
|
163847
|
164022
|
164067
|
164068
|
164302
|
164387
|
164426
|
164479
|
164508
|
164509
|
164510
|
164519
|
170271
|
170272
|
170273
|
176742
|
177294
|
177295
|
177296
|
178029
|
178030
|
178031
|
178036
|
181303
|
181304
|
181305
|
181306
|
181307
|
181308
|
181340
|
181341
|
181342
|
181343
|
181344
|
181345
|
181346
|
181357
|
181358
|
181359
|
181360
|
181361
|
181362
|
181363
|
181371
|
181381
|
181390
|
181393
|
181545
|
181546