diff --git a/htdocs/compta/facture/mergepdftool.php b/htdocs/compta/facture/mergepdftool.php
index 27741077f6d..fbb44185caa 100644
--- a/htdocs/compta/facture/mergepdftool.php
+++ b/htdocs/compta/facture/mergepdftool.php
@@ -165,10 +165,12 @@ if ($action == 'presend' && GETPOST('sendmail'))
'__CHECK_READ__' => '',
//'__LASTNAME__' => $obj2->lastname,
//'__FIRSTNAME__' => $obj2->firstname,
- '__REF__' => $object->ref,
+ '__FACREF__' => $object->ref, // For backward compatibility
+ '__REF__' => $object->ref,
'__REFCLIENT__' => $object->thirdparty->name
);
+ $subject=make_substitutions($subject, $substitutionarray);
$message=make_substitutions($message, $substitutionarray);
$actiontypecode='AC_FAC';
@@ -196,7 +198,7 @@ if ($action == 'presend' && GETPOST('sendmail'))
}
else
{
- //$result=$mailfile->sendfile();
+ $result=$mailfile->sendfile();
if ($result)
{
$resultmasssend.=$langs->trans('MailSuccessfulySent',$mailfile->getValidAddress($from,2),$mailfile->getValidAddress($sendto,2)); // Must not contain "
@@ -250,7 +252,7 @@ if ($action == 'presend' && GETPOST('sendmail'))
$nbignored++;
$langs->load("other");
$resultmasssend.='