fixed import export
This commit is contained in:
@@ -25,12 +25,12 @@ class Invoices implements WithMultipleSheets
|
||||
public function sheets(): array
|
||||
{
|
||||
return [
|
||||
'invoices' => new Base($this->ids),
|
||||
'invoice_items' => new InvoiceItems($this->ids),
|
||||
'invoice_item_taxes' => new InvoiceItemTaxes($this->ids),
|
||||
'invoice_histories' => new InvoiceHistories($this->ids),
|
||||
'invoice_totals' => new InvoiceTotals($this->ids),
|
||||
'invoice_transactions' => new InvoiceTransactions($this->ids),
|
||||
new Base($this->ids),
|
||||
new InvoiceItems($this->ids),
|
||||
new InvoiceItemTaxes($this->ids),
|
||||
new InvoiceHistories($this->ids),
|
||||
new InvoiceTotals($this->ids),
|
||||
new InvoiceTransactions($this->ids),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user