fixed import transaction issue
This commit is contained in:
parent
cdea7ec070
commit
9750e0c9b2
@ -17,10 +17,10 @@ class Transactions extends Import
|
|||||||
{
|
{
|
||||||
$row = parent::map($row);
|
$row = parent::map($row);
|
||||||
|
|
||||||
|
$row['currency_code'] = $this->getCurrencyCode($row);
|
||||||
$row['account_id'] = $this->getAccountId($row);
|
$row['account_id'] = $this->getAccountId($row);
|
||||||
$row['category_id'] = $this->getCategoryId($row);
|
$row['category_id'] = $this->getCategoryId($row);
|
||||||
$row['contact_id'] = $this->getContactId($row);
|
$row['contact_id'] = $this->getContactId($row);
|
||||||
$row['currency_code'] = $this->getCurrencyCode($row);
|
|
||||||
$row['document_id'] = $this->getDocumentId($row);
|
$row['document_id'] = $this->getDocumentId($row);
|
||||||
|
|
||||||
return $row;
|
return $row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user