mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -43,9 +43,9 @@ class TransactionFactory
|
||||
private Account $account;
|
||||
private array $accountInformation = [];
|
||||
private TransactionCurrency $currency;
|
||||
private ?TransactionCurrency $foreignCurrency = null;
|
||||
private ?TransactionCurrency $foreignCurrency = null;
|
||||
private TransactionJournal $journal;
|
||||
private bool $reconciled = false;
|
||||
private bool $reconciled = false;
|
||||
|
||||
/**
|
||||
* Create transaction with negative amount (for source accounts).
|
||||
|
||||
Reference in New Issue
Block a user