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

[Backend] Distribution > Ajout commande : correctif active / inactif

refactoring
Guillaume пре 2 година
родитељ
комит
fedec4035b
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…
Откажи
Сачувај