mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 09:58:12 +00:00
Package seat selection updates, round trip alternative trips updates
This commit is contained in:
@@ -90,6 +90,7 @@ export class SeatsService {
|
||||
label: a.coach.number,
|
||||
mode: a.coach.status,
|
||||
name: `Coach ${a.coach.number}`,
|
||||
coachTypeId: a.coach.coachType?.id ?? null,
|
||||
coachTypeName,
|
||||
isBedCoach,
|
||||
bedCategory,
|
||||
@@ -665,6 +666,7 @@ export class SeatsService {
|
||||
|
||||
return {
|
||||
coachId: a.coach.id,
|
||||
coachTypeId: a.coach.coachType?.id ?? null,
|
||||
coachNumber: a.coach.number,
|
||||
positionNumber: a.positionNumber,
|
||||
coachTypeName: a.coach.coachType?.name ?? '',
|
||||
|
||||
Reference in New Issue
Block a user