Browse Source

Improve comment

pull/2215/head
Thomas 2 years ago
parent
commit
d15e9a70f9
  1. 3
      apps/api/src/app/import/import.service.ts

3
apps/api/src/app/import/import.service.ts

@ -301,7 +301,8 @@ export class ImportService {
});
if (SymbolProfile.currency !== assetProfile.currency) {
// Convert the unit price and fee to the asset currency if the imported transaction is in a different currency
// Convert the unit price and fee to the asset currency if the imported
// activity is in a different currency
unitPrice = await this.exchangeRateDataService.toCurrencyAtDate(
unitPrice,
SymbolProfile.currency,

Loading…
Cancel
Save