From a1feb21e4f0c5360246edc1cc3f1a41874745e02 Mon Sep 17 00:00:00 2001 From: Marshal Date: Thu, 20 Aug 2026 06:57:57 +0000 Subject: [PATCH] View manual (offline) payment channel settings Confirm offline (bank transfer) invoice payment --- .../src/pages/bookings/clearance/ClearanceFlow.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx index fd8739a4a..83d963e34 100644 --- a/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx +++ b/apps/edr-freight-web/portal/src/pages/bookings/clearance/ClearanceFlow.tsx @@ -209,6 +209,17 @@ export function ClearanceFlow({ booking, flow, footer }: ClearanceFlowProps) { )} + {/* Clearance is done but the shipment is not paid yet: documents stay + open, so say so — otherwise the upload box below reads as leftover UI. */} + {canUpload && !isInitialUpload && status !== "DOCUMENTS_UNDER_REVIEW" ? ( + + + Need to send something else? You can still add documents to this + shipment until it is paid. + + + ) : null} + {canUpload ? (