Fix: le type n'tait pas dfini
This commit is contained in:
parent
78d2637fac
commit
3a641078ce
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user