From 6c511082f81a0a18924e052cdb19f186189f5d58 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 2 Nov 2006 01:59:17 +0000 Subject: [PATCH] =?UTF-8?q?Am=E9lioration=20pr=E9sentation=20statut=20d'en?= =?UTF-8?q?voi=20de=20chaque=20destinataire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/cibles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")).'';