Bug 19855: Remove $type from the alerts
[koha.git] / serials / viewalerts.pl
index 63ed214..6273f19 100755 (executable)
@@ -43,7 +43,7 @@ my ($template, $loggedinuser, $cookie)
 
 my $subscriptionid=$input->param('subscriptionid');
 
-my $borrowers = getalert('','issue',$subscriptionid);
+my $borrowers = getalert('', $subscriptionid);
 my $subscription = GetSubscription($subscriptionid);
 
 for my $borrowernumber (@$borrowers) {