Include external ID with import.

This commit is contained in:
James Cole
2018-06-01 05:23:57 +02:00
parent d1b2e63950
commit 3fbe851a0b

View File

@@ -210,7 +210,6 @@ class ImportableConverter
}
$dateStr = $date->format('Y-m-d');
return [
@@ -235,7 +234,7 @@ class ImportableConverter
'due_date' => $importable->meta['date-due'] ?? null,
'payment_date' => $importable->meta['date-payment'] ?? null,
'invoice_date' => $importable->meta['date-invoice'] ?? null,
// todo external ID
'external_id' => $importable->externalId,
// journal data:
'description' => $importable->description,