Update InvoiceViewedNotification.php (#3431)

This commit is contained in:
michael-hampton 2020-03-06 07:51:02 +00:00 committed by GitHub
parent 30e09585ee
commit aa77ccf9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class InvoiceViewedNotification extends Notification implements ShouldQueue
$this->invoice = $invitation->invoice; $this->invoice = $invitation->invoice;
$this->contact = $invitation->contact; $this->contact = $invitation->contact;
$this->company = $company; $this->company = $company;
$this->settings = $invoice->client->getMergedSettings(); $this->settings = $this->invoice->client->getMergedSettings();
$this->is_system = $is_system; $this->is_system = $is_system;
} }