From 6b7f174f6de44be71c20babbc0b4f6f4f544c29b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Oct 2003 15:59:39 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20tri=20par=20d=E9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index fd0fa281092..03dd805432a 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -91,7 +91,7 @@ if ($sortorder == "") } if ($sortfield == "") { - $sortfield="fac.paye ASC, fac.datef"; + $sortfield="fac.datef"; }