mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 10:10:57 +00:00
Updated seat class and coach mangement
This commit is contained in:
@@ -353,7 +353,7 @@ export class EnhancedSeatsService {
|
||||
id: seat.id,
|
||||
label: seat.label,
|
||||
coach: coach.label,
|
||||
serviceClass: coach.serviceClass,
|
||||
serviceClass: coach.seatClassId,
|
||||
row: seat.row,
|
||||
col: seat.col
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user