Explorar el Código

Merge branch 'dev'

prodstable
Guillaume hace 2 años
padre
commit
6f6a9b14b7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      backend/web/js/vuejs/distribution-index.js

+ 2
- 1
backend/web/js/vuejs/distribution-index.js Ver fichero

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

Cargando…
Cancelar
Guardar