Bug 16403: Remove unnecessary undef param
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 2 May 2016 09:30:55 +0000 (10:30 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 3 May 2016 15:25:13 +0000 (15:25 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Holds.t

index 07e4301..07b1de3 100755 (executable)
@@ -73,7 +73,7 @@ foreach my $borrowernumber ( @borrowernumbers ) {
         $borrowernumber,
         $biblionumber,
         my $bibitems = q{},
-        my $priority = C4::Reserves::CalculatePriority( $biblionumber, undef ),
+        my $priority = C4::Reserves::CalculatePriority( $biblionumber ),
         my $resdate,
         my $expdate,
         my $notes = q{},