From 3a641078ce118d2514323385ebefec77ad3f2aae Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 14 Jun 2007 15:21:33 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20type=20n'=E9tait=20pas=20d=E9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/pre.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/pre.inc.php b/htdocs/categories/pre.inc.php index 4ff8e090132..3bfbe498286 100644 --- a/htdocs/categories/pre.inc.php +++ b/htdocs/categories/pre.inc.php @@ -46,7 +46,7 @@ function llxHeader ($head = "", $urlp = "", $title="") if ($conf->categorie->enabled) { - $menu->add(DOL_URL_ROOT."/categories/index.php", $langs->trans("Categories")); + $menu->add(DOL_URL_ROOT."/categories/index.php?type=0", $langs->trans("Categories")); $menu->add_submenu(DOL_URL_ROOT."/categories/liste.php", $langs->trans("List")); if ($user->rights->categorie->creer)