From b32bb654aa3612e25d5c628e0d744933426f382c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 5 Jan 2017 12:54:35 +0200 Subject: [PATCH] Fix for quote export --- 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))