Browse Source

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

refactoring
Guillaume Bourgeois 2 years ago
parent
commit
01cb1e1a5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/web/js/vuejs/subscription-form.js

+ 1
- 1
producer/web/js/vuejs/subscription-form.js View File

@@ -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…
Cancel
Save