mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Fix exporting quotes
This commit is contained in:
parent
44819f3078
commit
b6b5ba154d
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user