mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 07:38:10 +00:00
intercity fix
This commit is contained in:
@@ -574,6 +574,11 @@ export function AllocateBookingWizard({
|
||||
id: b.id,
|
||||
reference: b.reference ?? b.id.slice(0, 8),
|
||||
weightTons: b.weightTons,
|
||||
isGovernment: b.isGovernment,
|
||||
wagonsRequired: b.wagonsRequired,
|
||||
contractReference: b.contractReference,
|
||||
origin: b.origin,
|
||||
destination: b.destination,
|
||||
}))}
|
||||
eligibleItems={eligibleQuery.data?.items ?? []}
|
||||
eligibleLoading={eligibleQuery.isLoading}
|
||||
|
||||
Reference in New Issue
Block a user