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"; }