From d208a5593a749771c9761c0bc08ab6b20a34f5f2 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Tue, 22 Sep 2009 14:13:02 +0200 Subject: [PATCH] MT 1903 : Remove "Automatically set to late" note in serials-collection.pl --- serials/serials-collection.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serials/serials-collection.pl b/serials/serials-collection.pl index b6ee0e1ac8..aee821fd78 100755 --- a/serials/serials-collection.pl +++ b/serials/serials-collection.pl @@ -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 ( -- 2.39.5