Modif ordre

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

View File

@ -42,7 +42,7 @@ if ($sortorder == "") {
$sortorder="DESC";
}
if ($sortfield == "") {
$sortfield="f.date";
$sortfield="f.date DESC, f.gain ASC";
}
/*
@ -135,7 +135,6 @@ if ($result)
print '<td>&nbsp;</td>';
}
print '<td align="center" ><input type="text" name="search_facture" size="8" maxlength="10" value="'.$_GET["search_facture"].'"></td>';
print '</form>';
print '</tr>';