Fix travis
This commit is contained in:
parent
4dbd16077e
commit
281a97404a
@ -61,9 +61,9 @@ if ($action=="send")
|
|||||||
$arraydefaultmessage = $formmail->getEMailTemplate($db, 'facture_send', $user, $outputlangs, $model_id);
|
$arraydefaultmessage = $formmail->getEMailTemplate($db, 'facture_send', $user, $outputlangs, $model_id);
|
||||||
$subject = $arraydefaultmessage->topic;
|
$subject = $arraydefaultmessage->topic;
|
||||||
ob_start(); // turn on output receipt
|
ob_start(); // turn on output receipt
|
||||||
include('receipt.php');
|
include 'receipt.php';
|
||||||
$receipt = ob_get_contents(); // get the contents of the output buffer
|
$receipt = ob_get_contents(); // get the contents of the output buffer
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
$msg="<html>".$arraydefaultmessage->content."<br>".$receipt."</html>";
|
$msg="<html>".$arraydefaultmessage->content."<br>".$receipt."</html>";
|
||||||
$sendto=$email;
|
$sendto=$email;
|
||||||
$from=$mysoc->email;
|
$from=$mysoc->email;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user