Преглед изворни кода

[Espace producteur] Abonnement : vérifier bon fonctionnement #914

prodstable
Guillaume Bourgeois пре 1 година
родитељ
комит
964b469101
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…
Откажи
Сачувај