From aa77ccf9caf985805ae19c6751d8011155672be6 Mon Sep 17 00:00:00 2001 From: michael-hampton Date: Fri, 6 Mar 2020 07:51:02 +0000 Subject: [PATCH] Update InvoiceViewedNotification.php (#3431) --- app/Notifications/Admin/InvoiceViewedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Admin/InvoiceViewedNotification.php b/app/Notifications/Admin/InvoiceViewedNotification.php index 9f2037e0d9fb..f07f7a4d0d57 100644 --- a/app/Notifications/Admin/InvoiceViewedNotification.php +++ b/app/Notifications/Admin/InvoiceViewedNotification.php @@ -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; }