mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:34:37 -04:00
fixes for CSV imports
This commit is contained in:
parent
dfe34f6368
commit
e8a4ac2a27
@ -126,7 +126,7 @@ class Csv extends BaseImport implements ImportInterface
|
|||||||
|
|
||||||
$this->transformer = new InvoiceTransformer($this->company);
|
$this->transformer = new InvoiceTransformer($this->company);
|
||||||
|
|
||||||
$invoice_count = $this->ingestInvoices($data);
|
$invoice_count = $this->ingestInvoices($data, 'invoice.number');
|
||||||
|
|
||||||
$this->entity_count['invoices'] = $invoice_count;
|
$this->entity_count['invoices'] = $invoice_count;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user