mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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([
|
||||
'company_id' => $this->company->id,
|
||||
'user_id' => $this->user->id,
|
||||
'client_id' => $this->client->id,
|
||||
]);
|
||||
|
||||
$data = [
|
||||
|
Loading…
Reference in New Issue
Block a user