mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 16:00:56 +00:00
fix issue: user trade access
This commit is contained in:
@@ -3020,6 +3020,7 @@ export class BookingBatchService implements OnModuleInit {
|
||||
: booking.status;
|
||||
await manager.getRepository(Booking).update(bookingId, {
|
||||
trainScheduleId: newScheduleId,
|
||||
scheduledDate: schedule.scheduledDepartureDate,
|
||||
status: restoredStatus,
|
||||
// A paid booking still hunting for a wagon keeps its flag through the
|
||||
// move — it only clears when wagons are actually assigned.
|
||||
|
||||
Reference in New Issue
Block a user