Sfoglia il codice sorgente

Correctif order-order.js

refactoring
Guillaume 3 anni fa
parent
commit
9c5fece494
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Vedi File

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

Loading…
Annulla
Salva