- corretto saldi pendenti sulla lista circuiti e anche il calcolo

This commit is contained in:
Surya Paolo
2024-02-17 15:07:29 +01:00
parent c57132c468
commit 7068e457dc
9 changed files with 29 additions and 7 deletions

View File

@@ -9,6 +9,11 @@
:label="t('account.saldo')"
:paramTypeAccount="paramTypeAccount"
:myrecparam="account"
:valueextra="
account && account.notifspending && account.notifspending.length > 0
? `* `
: (valueextra ? valueextra : '')
"
>
</CCurrencyValue>
<CCurrencyValue
@@ -22,7 +27,7 @@
:valueextra="
account && account.notifspending && account.notifspending.length > 0
? `* `
: ''
: (valueextra ? valueextra : '')
"
:label="
`(` + t('account.dispon') + `: ` + qtarem + ` ` + symbol + `)`