mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-02 21:18:12 +00:00
Merge pull request #19 from Spythere/development
hotfix: filling station name instead of dispatcher name
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user