소스 검색

Merge branch 'develop'

prodstable
Guillaume Bourgeois 1 년 전
부모
커밋
a3f0bc7a52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      producer/web/js/vuejs/subscription-form.js

+ 1
- 1
producer/web/js/vuejs/subscription-form.js 파일 보기

@@ -197,7 +197,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,

Loading…
취소
저장