mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for creating vendors when importing OFX transactions
This commit is contained in:
parent
2933ec97ca
commit
6b203fcd5e
@ -178,7 +178,7 @@ class BankAccountService extends BaseService
|
|||||||
$field => $info,
|
$field => $info,
|
||||||
'name' => $vendorName,
|
'name' => $vendorName,
|
||||||
'transaction_name' => $transaction['vendor_orig'],
|
'transaction_name' => $transaction['vendor_orig'],
|
||||||
'vendorcontact' => [],
|
'vendor_contact' => [],
|
||||||
]);
|
]);
|
||||||
$vendorMap[$key] = $vendor;
|
$vendorMap[$key] = $vendor;
|
||||||
$vendorMap[$transaction['vendor_orig']] = $vendor;
|
$vendorMap[$transaction['vendor_orig']] = $vendor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user