From 8218bbed8a635e0bcad16f8745df73c8c0a5880b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 May 2007 00:20:36 +0000 Subject: [PATCH] Fix: Creation action ko sur relance facture. --- htdocs/telephonie/client/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
";