fixes for CSV imports
This commit is contained in:
parent
dfe34f6368
commit
e8a4ac2a27
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class Csv extends BaseImport implements ImportInterface
|
|||
|
||||
$this->transformer = new InvoiceTransformer($this->company);
|
||||
|
||||
$invoice_count = $this->ingestInvoices($data);
|
||||
$invoice_count = $this->ingestInvoices($data, 'invoice.number');
|
||||
|
||||
$this->entity_count['invoices'] = $invoice_count;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue