Bug 6655 - Sorting order of serial issues in OPAC
Works as advertised. Signed-off-by: Elliott Davis <elliott@bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
3fb9229901
commit
d88307264e
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ sub GetLatestSerials {
|
|||
FROM serial
|
||||
WHERE subscriptionid = ?
|
||||
AND (status =2 or status=4)
|
||||
ORDER BY planneddate DESC LIMIT 0,$limit
|
||||
ORDER BY publisheddate DESC LIMIT 0,$limit
|
||||
";
|
||||
my $sth = $dbh->prepare($strsth);
|
||||
$sth->execute($subscriptionid);
|
||||
|
|
Loading…
Reference in a new issue