Skip to content
Snippets Groups Projects
Commit 10cd5ba7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix sort of sent notification by date desc

parent 9a0367db
Branches
Tags
No related merge requests found
......@@ -51,8 +51,8 @@ if ($page == -1) { $page = 0; }
$offset = $conf->liste_limit * $page;
$pageprev = $page - 1;
$pagenext = $page + 1;
if (! $sortorder) $sortorder="ASC";
if (! $sortfield) $sortfield="c.lastname";
if (! $sortorder) $sortorder="DESC";
if (! $sortfield) $sortfield="a.daten";
$now=dol_now();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment