Procházet zdrojové kódy

Merge branch 'dev'

prodstable
Guillaume před 2 roky
rodič
revize
6f6a9b14b7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit