Browse Source

Bug 7614: Fix my variable earlier declaration bug.

Signed-off-by: Bob Bennhoff <bbennhoff@clicweb.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
19.05.x
Olli-Antti Kivilahti 7 years ago
committed by Nick Clemens
parent
commit
07c91b2116
  1. 1
      t/db_dependent/Holds.t

1
t/db_dependent/Holds.t

@ -661,7 +661,6 @@ subtest 'CanItemBeReserved / holds_per_day tests' => sub {
$schema->storage->txn_rollback;
};
# Helper method to set up a Biblio.
sub create_helper_biblio {
my $itemtype = shift;

Loading…
Cancel
Save