This commit is contained in:
2025-11-15 13:49:09 +01:00
parent b9429d1c80
commit 26e370819c
3 changed files with 372 additions and 373 deletions

View File

@@ -300,7 +300,7 @@ from holder h
create or replace view account_detail as
select a.balance,
a.balance * ah.share as balance_currency,
a.balance * ah.share / latest_exchange_rate(a.currency_code),
a.balance * ah.share / latest_exchange_rate(a.currency_code, current_date),
a.currency_code,
hd.nom
from account a