Bugzilla – Attachment 50838 Details for
Bug 15532
Add ability to allow only items whose home/holding branch matches the hold's pickup branch to fill a given hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15532 [QA Followup] - Remove unused variable
Bug-15532-QA-Followup---Remove-unused-variable.patch (text/plain), 935 bytes, created by
Kyle M Hall (khall)
on 2016-04-27 17:19:20 UTC
(
hide
)
Description:
Bug 15532 [QA Followup] - Remove unused variable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-27 17:19:20 UTC
Size:
935 bytes
patch
obsolete
>From b959d473dfef6145da46dcef6edab0054c80e714 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 27 Apr 2016 17:18:49 +0000 >Subject: [PATCH] Bug 15532 [QA Followup] - Remove unused variable > >--- > t/db_dependent/Holds/HoldFulfillmentPolicy.t | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/t/db_dependent/Holds/HoldFulfillmentPolicy.t b/t/db_dependent/Holds/HoldFulfillmentPolicy.t >index 0bbdbe3..d134744 100755 >--- a/t/db_dependent/Holds/HoldFulfillmentPolicy.t >+++ b/t/db_dependent/Holds/HoldFulfillmentPolicy.t >@@ -76,7 +76,6 @@ my $itemnumber = > $dbh->do("DELETE FROM default_circ_rules"); > $dbh->do("INSERT INTO default_circ_rules ( holdallowed, hold_fulfillment_policy ) VALUES ( 2, 'homebranch' )"); > >-my $holds_queue; > # Home branch matches pickup branch > my $reserve_id = AddReserve( $library_A, $borrowernumber, $biblionumber, '', 1 ); > my ( $status ) = CheckReserves($itemnumber); >-- >2.1.4
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 15532
:
46461
|
46753
|
49225
|
50358
|
50838
|
50901
|
50902
|
50903