This commit is contained in:
Rodolphe Quiedeville 2005-12-02 10:42:52 +00:00
parent 508ed8822c
commit babdcee330

View File

@ -39,7 +39,7 @@ if ($user->societe_id > 0)
}
if ($sortorder == "") {
$sortorder="DESC";
$sortorder="";
}
if ($sortfield == "") {
$sortfield="f.date DESC, f.gain ASC";