Explorar el Código

Merge branch 'dev'

prodstable
Guillaume hace 3 años
padre
commit
b3a54263cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Ver fichero

@@ -255,7 +255,7 @@ var app = new Vue({
app.comment = null ;
app.delivery = false ;
app.deliveryAddress = null ;
if(app.user.address.length > 0) {
if(app.user.address && app.user.address.length > 0) {
app.deliveryAddress = app.user.address ;
}
}

Cargando…
Cancelar
Guardar