fixed invoice pdf attachment
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user