X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=serials%2Frouting.pl;h=5f697ea4cb169ae725d506e7c2db4fbde6ba1be9;hb=b140b8cc0841494ac03fcb3c5faf83e1678d2bd2;hp=a95631bdf6398132d0d12daca8e96a869518650d;hpb=3ce542ce2668770a5669d2fb98b666f42a5bd388;p=koha_fer diff --git a/serials/routing.pl b/serials/routing.pl index a95631bdf6..5f697ea4cb 100755 --- a/serials/routing.pl +++ b/serials/routing.pl @@ -74,7 +74,7 @@ my $serialdates = GetLatestSerials($subscriptionid,$count); my $dates = []; foreach my $dateseq (@{$serialdates}) { my $d = {}; - $d->{planneddate} = $dateseq->{planneddate}; + $d->{publisheddate} = $dateseq->{publisheddate}; $d->{serialseq} = $dateseq->{serialseq}; $d->{serialid} = $dateseq->{serialid}; if($date_selected eq $dateseq->{serialid}){