Merge pull request #805 from Tria-plc/freight_feature/usermanagement

streamline booking detail components and enhance journey visualization
This commit is contained in:
marshal
2026-07-19 10:07:48 +03:00
committed by GitHub
18 changed files with 548 additions and 422 deletions

View File

@@ -19,6 +19,7 @@ export function toBookingListRow(booking: BookingDetail): BookingListRow {
id: booking.id,
reference: booking.reference,
contractReference: booking.contractReference ?? null,
contractId: booking.contractId ?? null,
approvalSteps: booking.approvalSteps,
customerLabel: booking.isGovernment
? (booking.governmentInstitution ?? "Government")