+ ('0' + (this.date.getMonth() +1)).slice(-2) + '/' | + ('0' + (this.date.getMonth() +1)).slice(-2) + '/' | ||||
+ this.date.getFullYear() ; | + 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') ; | this.changeStep('point-sale') ; | ||||
} | } | ||||
} | } |