diff --git a/htdocs/telephonie/client/facture.php b/htdocs/telephonie/client/facture.php
index c4bfebf49d4..d7daf101416 100644
--- a/htdocs/telephonie/client/facture.php
+++ b/htdocs/telephonie/client/facture.php
@@ -97,7 +97,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
}
if ($_POST["action"] == 'relance') {
$subject = "Relance facture $fac->ref";
- $actiontypeid=10;
+ $actiontypeid=9;
$actionmsg="Mail envoyé par $from à $sendto.
";
if ($message) {
$actionmsg.="Texte utilisé dans le corps du message:
";