diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index e3aff2ceea7..10ebeeaffd1 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -79,6 +79,10 @@ if ($mode == 'search') * Mode Liste * */ + +$sortorder = $_GET["sortorder"]; +$sortfield = $_GET["sortfield"]; + if ($sortorder == "") { $sortorder="DESC";