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