mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix default order
This commit is contained in:
parent
2d29bd39e4
commit
6b8170cf39
|
|
@ -63,7 +63,7 @@ $offset = $limit * $page;
|
|||
$pageprev = $page - 1;
|
||||
$pagenext = $page + 1;
|
||||
if (!$sortfield) $sortfield = "cr.date_sync";
|
||||
if (!$sortorder) $sortorder = "ASC";
|
||||
if (!$sortorder) $sortorder = "DESC";
|
||||
|
||||
|
||||
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array of hooks
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user