Преглед на файлове

Merge branch 'dev'

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

Loading…
Отказ
Запис