mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 09:42:53 +00:00
add wagon allocation snapshot to train schedules
This commit is contained in:
@@ -232,6 +232,15 @@ export default function BookingWindowSettingsModal({
|
||||
</Alert>
|
||||
) : (
|
||||
<Stack gap="lg">
|
||||
{!isExport ? (
|
||||
<Alert variant="light" color="orange" icon={<Info size={16} />}>
|
||||
These settings apply to every train on this route (same origin and
|
||||
destination) departing the same day — they all share one booking
|
||||
window, so it opens, moves to document review, opens for payment,
|
||||
and closes at the same time for all of them.
|
||||
</Alert>
|
||||
) : null}
|
||||
|
||||
{isExport ? (
|
||||
<Alert variant="light" color="blue" icon={<Info size={16} />}>
|
||||
Export schedules use a single first-come-first-served window: it
|
||||
|
||||
Reference in New Issue
Block a user