diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index abcced738fb..85cfd090e75 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -112,15 +112,6 @@ if ($result) $num = $db->num_rows(); $i = 0; - if ($sortorder == "DESC") - { - $sortorder="ASC"; - } - else - { - $sortorder="DESC"; - } - print_barre_liste("Liste des factures fournisseurs", $page, $PHP_SELF,'', $sortfield, $sortorder,'',$num);