From d844c5b02176c396f19d77033ac708fb2b573f6b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 19 Feb 2006 17:03:43 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20onglet=20cat=E9gories=20dans=20la=20fic?= =?UTF-8?q?he=20produit=20-=20en=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/categorie.php | 1 - htdocs/product/fiche.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index b0ae62cd55e..15b57823099 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -21,7 +21,6 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/product.class.php"); -require_once(DOL_DOCUMENT_ROOT."/product/categorie/categorie.class.php"); $langs->load("categories"); diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index dfa558cdde2..5ac631359c7 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -423,6 +423,7 @@ if ($_GET["id"] || $_GET["ref"]) { $head[$h][0] = DOL_URL_ROOT."/product/categorie.php?id=".$product->id; $head[$h][1] = $langs->trans('Categories'); + $hselected = $h; $h++; }