Преглед на файлове

Merge branch 'dev'

prodstable
Guillaume преди 2 години
родител
ревизия
6f6a9b14b7
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js Целия файл

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

Loading…
Отказ
Запис