Fix for creating vendors when importing OFX transactions
This commit is contained in:
parent
2933ec97ca
commit
6b203fcd5e
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class BankAccountService extends BaseService
|
|||
$field => $info,
|
||||
'name' => $vendorName,
|
||||
'transaction_name' => $transaction['vendor_orig'],
|
||||
'vendorcontact' => [],
|
||||
'vendor_contact' => [],
|
||||
]);
|
||||
$vendorMap[$key] = $vendor;
|
||||
$vendorMap[$transaction['vendor_orig']] = $vendor;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue