forked from DGNum/gestioCOF
Merge branch 'Aufinal/ukf-display' into 'master'
Fix l'affichage des UKF dans K-Psul Closes #259 See merge request klub-dev-ens/gestioCOF!409
This commit is contained in:
commit
b0d8b0b7f8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ var AccountView = Backbone.View.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
get_balance: function () {
|
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 () {
|
attr_data_balance: function () {
|
||||||
|
|
Loading…
Reference in a new issue