Переглянути джерело

Merge branch 'dev'

master
Guillaume 3 роки тому
джерело
коміт
b3a54263cb
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти