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