From 1c2a0e1e1de2fcff1393d5c9c268e51d7f3f2ea2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 1 Dec 2004 09:27:01 +0000 Subject: [PATCH] Bugfix --- htdocs/fourn/commande/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";