fixed invoice pdf attachment

This commit is contained in:
Denis Duliçi
2021-04-29 18:12:37 +03:00
parent 2e695865bc
commit 5079a0bb30
7 changed files with 69 additions and 69 deletions

View File

@ -24,7 +24,7 @@ class SendDocumentPaymentNotification
// Notify the customer
if ($document->contact && !empty($document->contact_email)) {
$document->contact->notify(new Notification($document, $transaction, "{$document->type}_payment_customer"));
$document->contact->notify(new Notification($document, $transaction, "{$document->type}_payment_customer"), true);
}
// Notify all users assigned to this company