remotes/origin/hasaccess
Sanasol 8 years ago
parent 1db3d02d63
commit b37b14ea5d
  1. 2
      web/src/components/CourseRedactor.vue

@ -663,7 +663,7 @@
},
displayPrice: {
get: function () {
return this.course.is_paid ? this.course.price : 0;
return this.course.is_paid ? parseFloat(this.course.price) : 0;
},
set: function (value) {
this.course.price = value;

Loading…
Cancel
Save