From 71e43ecdc242fd8a9bdadb8d95b8a1c009318a31 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 6 Apr 2004 11:44:52 +0000 Subject: [PATCH] Correction erreur de tri lors du changement de page --- htdocs/fourn/facture/index.php | 9 --------- 1 file changed, 9 deletions(-) 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);