From 508ed8822c085d4a02a901847a329d05fc1fa74d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Dec 2005 10:42:12 +0000 Subject: [PATCH] Modif ordre --- htdocs/telephonie/facture/liste.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/telephonie/facture/liste.php b/htdocs/telephonie/facture/liste.php index 96bff0e308a..9a64f4e8544 100644 --- a/htdocs/telephonie/facture/liste.php +++ b/htdocs/telephonie/facture/liste.php @@ -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 ' '; } - print ''; print ''; print '';