Fix for quote export
This commit is contained in:
parent
34068c75f4
commit
b32bb654aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue