Modif ordre
This commit is contained in:
parent
704aecf404
commit
508ed8822c
@ -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> </td>';
|
||||
}
|
||||
|
||||
|
||||
print '<td align="center" ><input type="text" name="search_facture" size="8" maxlength="10" value="'.$_GET["search_facture"].'"></td>';
|
||||
print '</form>';
|
||||
print '</tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user