From 5ff08a4215e5f8f80b68575d0ebac12eb3d3991e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Aug 2005 14:06:45 +0000 Subject: [PATCH] Bugfix dans les onglets --- htdocs/telephonie/client/tarifs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/client/tarifs.php b/htdocs/telephonie/client/tarifs.php index 635fa700a67..f218da654a7 100644 --- a/htdocs/telephonie/client/tarifs.php +++ b/htdocs/telephonie/client/tarifs.php @@ -181,7 +181,7 @@ if ($_GET["id"]) $head[$h][1] = $langs->trans("Contrats"); $h++; - $head[$h][0] = DOL_URL_ROOT."/telephonie/client/fiche.php?id=".$soc->id; + $head[$h][0] = DOL_URL_ROOT."/telephonie/client/lignes.php?id=".$soc->id; $head[$h][1] = $langs->trans("Lignes"); $h++;