mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Rename references to native amounts
This commit is contained in:
@@ -297,7 +297,7 @@ class TransactionJournalFactory
|
||||
$transactionFactory->setForeignCurrency($currency);
|
||||
$amount = (string) $row['foreign_amount'];
|
||||
$foreignAmount = (string) $row['amount'];
|
||||
Log::debug('Swap native/foreign amounts in transfer for new save method.');
|
||||
Log::debug('Swap primary/foreign amounts in transfer for new save method.');
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user