diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 0aaf1533d4a..9106c3aef7d 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -43,6 +43,9 @@ if ($_GET["action"] == 'delete') $facid = 0 ; } +$page=$_GET["page"]; +$sortorder=$_GET["sortorder"]; +$sortfield=$_GET["sortfield"]; if ($page == -1) { $page = 0 ; } $limit = $conf->liste_limit;