mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update InvoiceViewedNotification.php (#3431)
This commit is contained in:
parent
30e09585ee
commit
aa77ccf9ca
@ -36,7 +36,7 @@ class InvoiceViewedNotification extends Notification implements ShouldQueue
|
||||
$this->invoice = $invitation->invoice;
|
||||
$this->contact = $invitation->contact;
|
||||
$this->company = $company;
|
||||
$this->settings = $invoice->client->getMergedSettings();
|
||||
$this->settings = $this->invoice->client->getMergedSettings();
|
||||
$this->is_system = $is_system;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user