mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for report previews
This commit is contained in:
parent
873c373097
commit
74645a3ae5
@ -60,6 +60,7 @@ class ReportPreviewTest extends TestCase
|
|||||||
\App\Models\Invoice::factory()->count(5)->create([
|
\App\Models\Invoice::factory()->count(5)->create([
|
||||||
'company_id' => $this->company->id,
|
'company_id' => $this->company->id,
|
||||||
'user_id' => $this->user->id,
|
'user_id' => $this->user->id,
|
||||||
|
'client_id' => $this->client->id,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user