mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 07:22:53 +00:00
View manual (offline) payment channel settings
Confirm offline (bank transfer) invoice payment
This commit is contained in:
@@ -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" ? (
|
||||
<Alert color="blue" variant="light" radius="md" mt="md" p="xs">
|
||||
<Text fz="12px">
|
||||
Need to send something else? You can still add documents to this
|
||||
shipment until it is paid.
|
||||
</Text>
|
||||
</Alert>
|
||||
) : null}
|
||||
|
||||
{canUpload ? (
|
||||
<ClearanceAdHocUploadSection
|
||||
rows={adHoc}
|
||||
|
||||
Reference in New Issue
Block a user