diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 49ebeb4de4e..5cfb75a2cf4 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -95,7 +95,7 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Commandes fournisseurs", $page, "index.php", "", $sortfield, $sortorder, '', $num); + print_barre_liste("Commandes fournisseurs", $page, "liste.php", "", $sortfield, $sortorder, '', $num); if ($sortorder == "DESC") { $sortorder="ASC";