From 52ad0edd2d5c484b21bab316437ed96747ed1c3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 Apr 2023 19:05:37 +0200 Subject: [PATCH] Fix link to remove a target --- htdocs/comm/mailing/cibles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")).''; } }