This commit is contained in:
Regis Houssin 2006-03-11 15:14:59 +00:00
parent b59f853b7c
commit d40d049363

View File

@ -239,6 +239,8 @@ if ($user->rights->societe->contact->supprimer)
} }
} }
if ($user->rights->societe->contact->creer)
{
if ($_GET["action"] == 'create') if ($_GET["action"] == 'create')
{ {
/* /*
@ -421,7 +423,9 @@ elseif ($_GET["action"] == 'edit' && $_GET["id"])
print "</form>"; print "</form>";
} }
elseif ($_GET["id"]) }
if ($_GET["id"])
{ {
/* /*
* Fiche en mode visualisation * Fiche en mode visualisation