Ajout du menu prospect
This commit is contained in:
parent
ae0ac865ae
commit
399ec00370
@ -1,5 +1,5 @@
|
||||
<?PHP
|
||||
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -36,6 +36,8 @@ function llxHeader($head = "", $urlp = "") {
|
||||
|
||||
$menu->add_submenu(DOL_URL_ROOT."/comm/contact.php", "Contacts");
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/comm/prospect/", "Prospects");
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/comm/action/index.php", "Actions");
|
||||
|
||||
if ($user->rights->propale->lire)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user