Skip to content

Commit

Permalink
use constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jan 27, 2025
1 parent edb58b5 commit 45c091e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ WITH now as (
) * $KEY_AMOUNT
ELSE $KEY_EQUIVALENT_AMOUNT
END,
coalesce($KEY_EXCHANGE_RATE, 1) * amount
coalesce($KEY_EXCHANGE_RATE, 1) * $KEY_AMOUNT
) AS $KEY_EQUIVALENT_AMOUNT,
$VIEW_WITH_ACCOUNT.$KEY_ACCOUNTID
FROM ${exchangeRateJoin(VIEW_WITH_ACCOUNT, KEY_ACCOUNTID, homeCurrency)}
Expand Down

0 comments on commit 45c091e

Please sign in to comment.