diff --git a/htdocs/telephonie/distributeurs/po.php b/htdocs/telephonie/distributeurs/po.php index f7fe4fa1296..4cbd1d50db6 100644 --- a/htdocs/telephonie/distributeurs/po.php +++ b/htdocs/telephonie/distributeurs/po.php @@ -101,8 +101,8 @@ if ($_GET["id"]) { $num = $db->num_rows($resql); $i = 0; - - print_barre_liste("Prises d'ordre", $page, "po.php", "", $sortfield, $sortorder, '', $num); + $url_opt = "&id=".$_GET["id"]; + print_barre_liste("Prises d'ordre", $page, "po.php", $url_opt, $sortfield, $sortorder, '', $num); print ''; print '';