Use correct methods.

This commit is contained in:
James Cole
2020-03-31 07:39:36 +02:00
parent 9e4b7f8bb4
commit 06c5e4df2c

View File

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