FIX - Order list det sortfield default
This commit is contained in:
parent
4cf4da973c
commit
957e8538a4
@ -137,10 +137,10 @@ $offset = $limit * $page;
|
|||||||
$pageprev = $page - 1;
|
$pageprev = $page - 1;
|
||||||
$pagenext = $page + 1;
|
$pagenext = $page + 1;
|
||||||
if (!$sortfield) {
|
if (!$sortfield) {
|
||||||
$sortfield = 'c.ref';
|
$sortfield = 'pr.ref';
|
||||||
}
|
}
|
||||||
if (!$sortorder) {
|
if (!$sortorder) {
|
||||||
$sortorder = 'DESC';
|
$sortorder = 'ASSC';
|
||||||
}
|
}
|
||||||
|
|
||||||
$show_shippable_command = GETPOST('show_shippable_command', 'aZ09');
|
$show_shippable_command = GETPOST('show_shippable_command', 'aZ09');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user