Use correct methods.

This commit is contained in:
James Cole 2020-03-31 07:39:36 +02:00
parent 9e4b7f8bb4
commit 06c5e4df2c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -275,6 +275,9 @@ class TransactionJournalFactory
return null;
}
// TODO typeOverrule: the account validator may have another opinion on the transaction type.
/** create or get source and destination accounts */
$sourceInfo = [
'id' => (int) $row['source_id'],