Doxygen
This commit is contained in:
parent
51a82a2418
commit
4958d17d24
@ -132,9 +132,7 @@ if (empty($reshook))
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Confirmation desactivation
|
||||
*/
|
||||
// Confirmation desactivation
|
||||
if ($action == 'disable')
|
||||
{
|
||||
$object->fetch($id);
|
||||
@ -143,9 +141,7 @@ if (empty($reshook))
|
||||
exit;
|
||||
}
|
||||
|
||||
/*
|
||||
* Confirmation activation
|
||||
*/
|
||||
// Confirmation activation
|
||||
if ($action == 'enable')
|
||||
{
|
||||
$object->fetch($id);
|
||||
@ -154,6 +150,7 @@ if (empty($reshook))
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
// Add contact
|
||||
if ($action == 'add' && $user->rights->societe->contact->creer)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user