From c8e7f37c4362a77d4fc31d479ababf3ee6adfc3f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 2 Feb 2006 09:06:04 +0000 Subject: [PATCH] Bugfix sur le changement de page --- htdocs/telephonie/stats/commerciaux/commercialpo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/stats/commerciaux/commercialpo.php b/htdocs/telephonie/stats/commerciaux/commercialpo.php index 422239c405b..28d2f896cc3 100644 --- a/htdocs/telephonie/stats/commerciaux/commercialpo.php +++ b/htdocs/telephonie/stats/commerciaux/commercialpo.php @@ -98,7 +98,7 @@ if ($_GET["commid"]) $num = $db->num_rows($resql); $i = 0; - print_barre_liste("Prises d'ordre", $page, "commercialpo.php", "", $sortfield, $sortorder, '', $num); + print_barre_liste("Prises d'ordre", $page, "commercialpo.php?commid=".$_GET["commid"]), "", $sortfield, $sortorder, '', $num); print ''; print '';