mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 02:58:11 +00:00
export flow and fix intercity issue
This commit is contained in:
@@ -866,6 +866,7 @@ export class ContractBookingService {
|
||||
const completed = await this.bookingTransitionService.requestOperation(
|
||||
booking.id,
|
||||
dto.scheduledDate,
|
||||
dto.trainScheduleId ?? null,
|
||||
);
|
||||
return { booking: completed, warnings };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user