diff --git a/htdocs/comm/mailing/cibles.php b/htdocs/comm/mailing/cibles.php
index 3c62685d277..99ec1401c6c 100644
--- a/htdocs/comm/mailing/cibles.php
+++ b/htdocs/comm/mailing/cibles.php
@@ -311,7 +311,7 @@ if ($mil->fetch($_REQUEST["id"]) >= 0)
print '
| ';
// Date
- if ($mil->statut == 0)
+ if ($mil->statut < 2)
{
print ' | ';
}
@@ -359,7 +359,7 @@ if ($mil->fetch($_REQUEST["id"]) >= 0)
print ''.$obj->url.' | ';
// Statut pour l'email destinataire (Attentioon != statut du mailing)
- if ($mil->statut == 0)
+ if ($obj->statut == 0)
{
print ' | ';
print ''.$langs->trans("MailingStatusNotSent").' '.img_delete($langs->trans("RemoveRecipient")).' | ';