Browse Source

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

refactoring
Guillaume 2 years ago
parent
commit
fedec4035b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js View File

@@ -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…
Cancel
Save