Refactor seat class handling

This commit is contained in:
Stephanos A
2026-05-21 14:31:07 +03:00
parent 2e42662729
commit 9151110fd8
14 changed files with 49 additions and 143 deletions

View File

@@ -353,7 +353,7 @@ export class EnhancedSeatsService {
id: seat.id,
label: seat.label,
coach: coach.label,
serviceClass: coach.seatClassId,
serviceClass: coach.serviceClass,
row: seat.row,
col: seat.col
});