getCurrencyCode($row); $row['account_id'] = $this->getAccountId($row); $row['category_id'] = $this->getCategoryId($row); $row['contact_id'] = $this->getContactId($row); $row['document_id'] = $this->getDocumentId($row); return $row; } }