diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index df601e7556d..858396d9f36 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -816,7 +816,7 @@ else { print "\n\n
\n"; - if ($object->statut == 0 && $user->rights->mailing->creer) + if (($object->statut == 0 || $object->statut == 1) && $user->rights->mailing->creer) { print ''.$langs->trans("EditMailing").''; }