From a66fee8eba28840cce51710530f11d47ea84cb63 Mon Sep 17 00:00:00 2001 From: marshal Date: Mon, 7 Sep 2026 07:56:22 +0000 Subject: [PATCH] import utility functions for booking operations in OperationRescheduleModal --- .../src/components/bookings/OperationRescheduleModal.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx b/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx index 8fa1d5c46..0e31ceff4 100644 --- a/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx +++ b/apps/edr-freight-web/backoffice/src/components/bookings/OperationRescheduleModal.tsx @@ -22,6 +22,11 @@ import { useBookingDetail, useBookingMutations, } from "@/hooks/bookings/useBookings"; +import { + eatDay, + exportTrainOption, + isExportRailBooking, +} from "@/features/bookings/shipmentDay"; export interface OperationRescheduleModalProps { bookingId: string;