Sfoglia il codice sorgente

Correctif order-order.js

refactoring
Guillaume 3 anni fa
parent
commit
db2cd375fd
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

@@ -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…
Annulla
Salva