Rename references to native amounts

This commit is contained in:
James Cole
2025-07-31 20:55:30 +02:00
parent da36d84b79
commit ea6addafe6
16 changed files with 60 additions and 61 deletions

View File

@@ -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 {