1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 05:32:39 +01:00

Fix for quote export

This commit is contained in:
Hillel Coren 2017-01-05 12:54:35 +02:00
parent 34068c75f4
commit b32bb654aa

View File

@ -32,7 +32,7 @@
@if (isset($quotes) && $quotes && count($quotes))
<tr><td>{{ strtoupper(trans('texts.quotes')) }}</td></tr>
@include('export.invoices', ['entityType' => ENTITY_QUOTE])
@include('export.invoices', ['invoices' => $quotes, 'entityType' => ENTITY_QUOTE])
@endif
@if (isset($recurringInvoices) && $recurringInvoices && count($recurringInvoices))