浏览代码

Problème abonnements

refactoring
Guillaume Bourgeois 1年前
父节点
当前提交
0858fb7d4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      producer/web/js/vuejs/subscription-form.js

+ 1
- 1
producer/web/js/vuejs/subscription-form.js 查看文件

@@ -202,7 +202,7 @@ var app = new Vue({
date_begin: this.dateBegin ? this.formatDate(this.dateBegin) : '',
date_end: this.dateEnd ? this.formatDate(this.dateEnd) : '',
week_frequency: this.weekFrequency,
auto_payment: this.autoPayment,
auto_payment: parseInt(this.autoPayment),
monday: this.monday == true ? 1 : 0,
tuesday: this.tuesday == true ? 1 : 0,
wednesday: this.wednesday == true ? 1 : 0,

正在加载...
取消
保存