mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +01:00
Fix for invoice XLS export
This commit is contained in:
parent
b719f243c2
commit
1d880f45a0
@ -89,6 +89,8 @@ class ExportController extends BaseController
|
|||||||
if ($key === 'quotes') {
|
if ($key === 'quotes') {
|
||||||
$key = 'invoices';
|
$key = 'invoices';
|
||||||
$data['entityType'] = ENTITY_QUOTE;
|
$data['entityType'] = ENTITY_QUOTE;
|
||||||
|
} elseif ($key === 'recurringInvoices') {
|
||||||
|
$key = 'recurring_invoices';
|
||||||
}
|
}
|
||||||
$sheet->loadView("export.{$key}", $data);
|
$sheet->loadView("export.{$key}", $data);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user