Bugfix
This commit is contained in:
parent
508ed8822c
commit
babdcee330
@ -39,7 +39,7 @@ if ($user->societe_id > 0)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($sortorder == "") {
|
if ($sortorder == "") {
|
||||||
$sortorder="DESC";
|
$sortorder="";
|
||||||
}
|
}
|
||||||
if ($sortfield == "") {
|
if ($sortfield == "") {
|
||||||
$sortfield="f.date DESC, f.gain ASC";
|
$sortfield="f.date DESC, f.gain ASC";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user