Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
f2c5825e44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

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

@@ -79,7 +79,7 @@ var app = new Vue({
+ ('0' + (this.date.getMonth() +1)).slice(-2) + '/'
+ this.date.getFullYear() ;

if(this.producer.option_order_entry_point == 'date') {
if(this.producer && this.producer.option_order_entry_point == 'date') {
this.changeStep('point-sale') ;
}
}

Loading…
Cancel
Save