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

[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…
Откажи
Сачувај