[followup] (bug #3710) all itemtypes if none selected
[koha.git] / catalogue / recentacquisitions.pl
index c0cc790..7adbbb7 100755 (executable)
@@ -29,7 +29,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     }
 );
 
-my $op = $query->param('op');
+my $op = $query->param('op') || '';
 if ($op eq "show_list"){
 
     my $datebegin           = C4::Dates->new($query->param('datebegin'));