Parcourir la source

[Administration] Distributions : correctif pointSaleDistribution

feature/souke
Guillaume Bourgeois il y a 1 an
Parent
révision
71abff7b68
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      backend/web/js/vuejs/distribution-index.js

+ 1
- 0
backend/web/js/vuejs/distribution-index.js Voir le fichier

@@ -267,6 +267,7 @@ var app = new Vue({
this.setIdActivePointSale(0);
for (var i = 0; i < this.pointsSale.length; i++) {
if (this.pointsSale[i].pointSaleDistribution
&& 0 in this.pointsSale[i].pointSaleDistribution
&& this.pointsSale[i].pointSaleDistribution[0].delivery == 1) {
this.countActivePointsSale++;
this.setIdActivePointSale(this.pointsSale[i].id);

Chargement…
Annuler
Enregistrer