Fix: Creation action ko sur relance facture.

This commit is contained in:
Laurent Destailleur 2007-05-11 00:20:36 +00:00
parent ecea143789
commit 8218bbed8a

View File

@ -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.<br>";
if ($message) {
$actionmsg.="Texte utilisé dans le corps du message:<br>";