diff --git a/resources/views/export.blade.php b/resources/views/export.blade.php index d7c875eb044b..668ed9c6dfe7 100644 --- a/resources/views/export.blade.php +++ b/resources/views/export.blade.php @@ -32,7 +32,7 @@ @if (isset($quotes) && $quotes && count($quotes)) {{ strtoupper(trans('texts.quotes')) }} - @include('export.invoices', ['entityType' => ENTITY_QUOTE]) + @include('export.invoices', ['invoices' => $quotes, 'entityType' => ENTITY_QUOTE]) @endif @if (isset($recurringInvoices) && $recurringInvoices && count($recurringInvoices))