From babdcee330b1e70983d2198deeff78a6c7240e19 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Dec 2005 10:42:52 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/facture/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/facture/liste.php b/htdocs/telephonie/facture/liste.php index 9a64f4e8544..913fbbc7dc0 100644 --- a/htdocs/telephonie/facture/liste.php +++ b/htdocs/telephonie/facture/liste.php @@ -39,7 +39,7 @@ if ($user->societe_id > 0) } if ($sortorder == "") { - $sortorder="DESC"; + $sortorder=""; } if ($sortfield == "") { $sortfield="f.date DESC, f.gain ASC";