Bugzilla – Attachment 118951 Details for
Bug 28013
Improvements to CanBookBeRenewed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28013: (QA follow-up) Remove unused variable
Bug-28013-QA-follow-up-Remove-unused-variable.patch (text/plain), 1.04 KB, created by
Joonas Kylmälä
on 2021-03-29 11:49:45 UTC
(
hide
)
Description:
Bug 28013: (QA follow-up) Remove unused variable
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-03-29 11:49:45 UTC
Size:
1.04 KB
patch
obsolete
>From 0327f57d724d93179b02da61718fb328bbc35a67 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@helsinki.fi> >Date: Mon, 29 Mar 2021 13:47:17 +0300 >Subject: [PATCH] Bug 28013: (QA follow-up) Remove unused variable >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi> >--- > C4/Circulation.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 287b0a5b78..0c9c271854 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2913,7 +2913,6 @@ sub CanBookBeRenewed { > # can be filled with available items. We can get the union of the sets simply > # by pushing all the elements onto an array and removing the duplicates. > my @reservable; >- my %patrons; > ITEM: while ( my $item = $items->next ) { > next if IsItemOnHoldAndFound( $item->itemnumber ); > while ( my $patron = $patrons->next ) { >-- >2.11.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 28013
:
118592
|
118928
|
118950
|
118951
|
119125
|
119126
|
119127
|
119253
|
119257
|
119258
|
119259
|
119260
|
119261