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

Sort of sent notification by date desc

parent d345153c
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment