mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-18 20:43:03 -06:00
Use correct methods.
This commit is contained in:
parent
9e4b7f8bb4
commit
06c5e4df2c
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user