Bug 15532 [QA Followup] - Remove unused variable
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
This commit is contained in:
parent
2aa93c5fda
commit
f3b42788cd
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue