From 74645a3ae5f21b964d695a4f87b9e422366ae1c4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 28 Aug 2023 20:26:11 +1000 Subject: [PATCH] Fixes for report previews --- tests/Feature/Export/ReportPreviewTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/Export/ReportPreviewTest.php b/tests/Feature/Export/ReportPreviewTest.php index 26dd600260ad..7beecc2eced1 100644 --- a/tests/Feature/Export/ReportPreviewTest.php +++ b/tests/Feature/Export/ReportPreviewTest.php @@ -60,6 +60,7 @@ class ReportPreviewTest extends TestCase \App\Models\Invoice::factory()->count(5)->create([ 'company_id' => $this->company->id, 'user_id' => $this->user->id, + 'client_id' => $this->client->id, ]); $data = [