Bug 24860: (QA follow-up) Fix typo in holds queue viewer
[koha-ffzg.git] / recalls / recalls_queue.pl
index 9479ada..51a56b7 100755 (executable)
@@ -42,7 +42,7 @@ if ( $op eq 'cancel_multiple_recalls' ) {
     $op = 'list'
 }
 elsif ( $op eq 'list' ) {
-    my $recalls = Koha::Recalls->search({ old => 0 });
+    my $recalls = Koha::Recalls->search({ completed => 0 });
     $template->param(
         recalls => $recalls,
         checkboxes => 1,