diff --git a/src/components/OrderTrainPicker.vue b/src/components/OrderTrainPicker.vue index 2caa201..b69e696 100644 --- a/src/components/OrderTrainPicker.vue +++ b/src/components/OrderTrainPicker.vue @@ -246,7 +246,7 @@ export default defineComponent({ chosenOrder.header.trainNo = trainNo.toString(); chosenOrder.header.date = currentFormattedDate(); - this.store.orderFooter.dispatcherName = this.selectedScenery.stationName; + this.store.orderFooter.dispatcherName = this.selectedScenery.dispatcherName; this.store.orderFooter.stationName = this.selectedCheckpointName?.split(',')[0] || this.selectedScenery.stationName; this.store.orderFooter.hour = currentFormattedHours();