forked from DGNum/gestioCOF
Fix l'affichage des UKF
This commit is contained in:
parent
28cb35e0b0
commit
bc90de76b6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ var AccountView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
get_balance: function () {
|
||||
return amountToUKF(this.model.get("balance"), this.model.get("is_COF"), true)
|
||||
return amountToUKF(this.model.get("balance"), this.model.get("is_cof"), true);
|
||||
},
|
||||
|
||||
attr_data_balance: function () {
|
||||
|
|
Loading…
Reference in a new issue