Fix: le type n'tait pas dfini

This commit is contained in:
Regis Houssin 2007-06-14 15:21:33 +00:00
parent 78d2637fac
commit 3a641078ce

View File

@ -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)