MT 1903 : Remove "Automatically set to late" note in serials-collection.pl

This commit is contained in:
Matthias Meusburger 2009-09-22 14:13:02 +02:00 committed by Henri-Damien LAURENT
parent 2054864883
commit d208a5593a

View file

@ -63,7 +63,7 @@ if($op eq 'gennext' && @subscriptionid){
if ( my $issue = $sth->fetchrow_hashref ) {
ModSerialStatus( $issue->{serialid}, $issue->{serialseq},
$issue->{planneddate}, $issue->{publisheddate},
3, "Automatically set to late" );
3, "" );
}else{
my $expected = GetNextExpected($subscriptionid);
my (