瀏覽代碼

[Espace producteur] Abonnement : problème sélection jour de distribution #147

refactoring
Guillaume Bourgeois 2 年之前
父節點
當前提交
01cb1e1a5b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      producer/web/js/vuejs/subscription-form.js

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

@@ -263,7 +263,7 @@ var app = new Vue({
}

if (!this.monday && !this.tuesday && !this.wednesday && !this.thursday &&
!this.friday && !this.saturday) {
!this.friday && !this.saturday && !this.sunday) {
this.errors.push('Veuillez sélectionner un jour de distribution');
}


Loading…
取消
儲存