mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for quote export
This commit is contained in:
parent
34068c75f4
commit
b32bb654aa
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
@if (isset($quotes) && $quotes && count($quotes))
|
@if (isset($quotes) && $quotes && count($quotes))
|
||||||
<tr><td>{{ strtoupper(trans('texts.quotes')) }}</td></tr>
|
<tr><td>{{ strtoupper(trans('texts.quotes')) }}</td></tr>
|
||||||
@include('export.invoices', ['entityType' => ENTITY_QUOTE])
|
@include('export.invoices', ['invoices' => $quotes, 'entityType' => ENTITY_QUOTE])
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (isset($recurringInvoices) && $recurringInvoices && count($recurringInvoices))
|
@if (isset($recurringInvoices) && $recurringInvoices && count($recurringInvoices))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user