Skip to content
Snippets Groups Projects
Verified Commit 345b62c7 authored by Damien's avatar Damien
Browse files

FEAT #9514 Ar return

parent 7e803e02
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,9 @@ trait AcknowledgementReceiptTrait ...@@ -150,7 +150,9 @@ trait AcknowledgementReceiptTrait
if (!empty($contact['email'])) { if (!empty($contact['email'])) {
$emailsToSend[] = ['id' => $id, 'email' => $contact['email'], 'encodedHtml' => $mergedDocument['encodedDocument']]; $emailsToSend[] = ['id' => $id, 'email' => $contact['email'], 'encodedHtml' => $mergedDocument['encodedDocument']];
} }
$ids[] = $id; if ($format == 'pdf') {
$ids[] = $id;
}
} }
DatabaseModel::commitTransaction(); DatabaseModel::commitTransaction();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment