From 07165210e3c03ca1b83bf2e2a483aa21635208ed Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 28 May 2007 12:09:38 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20erreur=20creation=20de=20cat=E9gorie=20a?= =?UTF-8?q?vec=20le=20menu=20par=20d=E9faut?= 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 39f860e175e..4ff8e090132 100644 --- a/htdocs/categories/pre.inc.php +++ b/htdocs/categories/pre.inc.php @@ -51,7 +51,7 @@ function llxHeader ($head = "", $urlp = "", $title="") if ($user->rights->categorie->creer) { - $menu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create", $langs->trans("NewCat")); + $menu->add_submenu(DOL_URL_ROOT."/categories/fiche.php?action=create&type=0", $langs->trans("NewCat")); } }