mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 14:38:12 +00:00
changes export flow
This commit is contained in:
@@ -363,14 +363,17 @@ export default function BookingWindowSettingsModal({
|
||||
/>
|
||||
<DurationField
|
||||
label="Payment window"
|
||||
description="Time a selected customer has to pay"
|
||||
description={
|
||||
isExport
|
||||
? "Time an export customer has to pay before the reserved wagons are released — overrides the global export payment window for THIS train only"
|
||||
: "Time a selected customer has to pay"
|
||||
}
|
||||
value={form.paymentWindowMinutes}
|
||||
nativeUnit="minutes"
|
||||
onChange={(v) =>
|
||||
setForm((f) => f && { ...f, paymentWindowMinutes: v })
|
||||
}
|
||||
min={1}
|
||||
disabled={isExport}
|
||||
/>
|
||||
</Group>
|
||||
{!isExport ? (
|
||||
|
||||
Reference in New Issue
Block a user