hotfix(train picker): filling station name instead of dispatcher name

This commit is contained in:
2025-07-07 22:59:19 +02:00
parent 3c9cdac832
commit 92586fb880
+1 -1
View File
@@ -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();