From b6b5ba154dd760188927a19c66dc9e49714976bb Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 5 Jan 2017 01:39:27 +0200 Subject: [PATCH] Fix exporting quotes --- resources/views/export.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))