Fix: Creation action ko sur relance facture.
This commit is contained in:
parent
ecea143789
commit
8218bbed8a
@ -97,7 +97,7 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance')
|
|||||||
}
|
}
|
||||||
if ($_POST["action"] == 'relance') {
|
if ($_POST["action"] == 'relance') {
|
||||||
$subject = "Relance facture $fac->ref";
|
$subject = "Relance facture $fac->ref";
|
||||||
$actiontypeid=10;
|
$actiontypeid=9;
|
||||||
$actionmsg="Mail envoyé par $from à $sendto.<br>";
|
$actionmsg="Mail envoyé par $from à $sendto.<br>";
|
||||||
if ($message) {
|
if ($message) {
|
||||||
$actionmsg.="Texte utilisé dans le corps du message:<br>";
|
$actionmsg.="Texte utilisé dans le corps du message:<br>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user