Fix for invoice XLS export
This commit is contained in:
parent
b719f243c2
commit
1d880f45a0
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ class ExportController extends BaseController
|
|||
if ($key === 'quotes') {
|
||||
$key = 'invoices';
|
||||
$data['entityType'] = ENTITY_QUOTE;
|
||||
} elseif ($key === 'recurringInvoices') {
|
||||
$key = 'recurring_invoices';
|
||||
}
|
||||
$sheet->loadView("export.{$key}", $data);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue