chore: typo

(cherry picked from commit bc792c61e9)
This commit is contained in:
ruthra kumar
2025-03-07 11:40:14 +05:30
committed by Mergify
parent 07f938cc10
commit 38a3a43ba5

View File

@@ -1065,7 +1065,7 @@ class JournalEntry(AccountsController):
if self.multi_currency:
for row in self.get("accounts"):
if row.account_currency != company_currency:
# Journal assumes the first foregin currency as transaction currency
# Journal assumes the first foreign currency as transaction currency
self.transaction_currency = row.account_currency
self.transaction_exchange_rate = row.exchange_rate
break