1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2024-03-26 19:59:05 +11:00
commit 33cbea8321

View File

@ -1144,8 +1144,6 @@ class Import implements ShouldQueue
$key = "invoices_{$resource['id']}"; $key = "invoices_{$resource['id']}";
nlog($invoice->id);
$this->ids['invoices'][$key] = [ $this->ids['invoices'][$key] = [
'old' => $resource['id'], 'old' => $resource['id'],
'new' => $invoice->id, 'new' => $invoice->id,