Bläddra i källkod

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

prodstable
Guillaume Bourgeois 2 år sedan
förälder
incheckning
01cb1e1a5b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      producer/web/js/vuejs/subscription-form.js

+ 1
- 1
producer/web/js/vuejs/subscription-form.js Visa fil

@@ -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');
}


Laddar…
Avbryt
Spara