Fix l'affichage des UKF

This commit is contained in:
Ludovic Stephan 2020-01-18 17:01:07 +01:00
parent 28cb35e0b0
commit bc90de76b6

View file

@ -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 () {