From 646f65345091fe96c0cd1fabde38edd0d1456b94 Mon Sep 17 00:00:00 2001 From: Andre Cianfarani Date: Mon, 20 Mar 2006 08:43:38 +0000 Subject: [PATCH] =?UTF-8?q?modif=20pour=20int=E9grer=20sousproduit=20en=20?= =?UTF-8?q?sous=20rep=20deproduct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index a192cb56802..042ce192f2c 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -478,7 +478,7 @@ if ($_GET["id"] || $_GET["ref"]) // sousproduits if($conf->global->PRODUIT_SOUSPRODUITS == 1) { - $head[$h][0] = DOL_URL_ROOT."/product/sousproduits.php?id=".$product->id; + $head[$h][0] = DOL_URL_ROOT."/product/sousproduits/fiche.php?id=".$product->id; $head[$h][1] = $langs->trans('AssociatedProducts'); $h++; }