forked from DGNum/gestioCOF
kpsul - fix account balance ukf
This commit is contained in:
parent
6bb9280b0d
commit
2e0de75471
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ class Account extends APIModelObject {
|
|||
/**
|
||||
* Balance converted to UKF according to cof status.
|
||||
*/
|
||||
get balance_ukf() { return amountToUKF(this.balance, this.is_cof); }
|
||||
get balance_ukf() { return amountToUKF(this.balance, this.is_cof, true); }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue