diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php index ba3839afa5f..d65a35f7527 100644 --- a/htdocs/comm/mailing/cibles.php +++ b/htdocs/comm/mailing/cibles.php @@ -711,7 +711,7 @@ if ($object->fetch($id) >= 0) { print ''; print ''; if ($obj->statut == 0) { // Not sent yet - if (!empty($user->rights->mailing->creer) && $allowaddtarget) { + if (!empty($user->rights->mailing->creer)) { print ''.img_delete($langs->trans("RemoveRecipient")).''; } }