Kaynağa Gözat

Merge branch 'dev'

prodstable
Guillaume 2 yıl önce
ebeveyn
işleme
6f6a9b14b7
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js Dosyayı Görüntüle

@@ -731,7 +731,8 @@ Vue.component('order-form',{
Vue.set(this.order.productOrder, id_product, {
quantity: theQuantity,
unit: this.order.productOrder[id_product].unit,
price: this.order.productOrder[id_product].price
price: this.order.productOrder[id_product].price,
active: this.order.productOrder[id_product].active
});
}
},

Yükleniyor…
İptal
Kaydet