mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 04:15:43 +00:00
update booking process for customs clearance contracts, allowing customers to create bookings post-clearance finalization
This commit is contained in:
@@ -160,6 +160,7 @@ export default function ContractClearanceDetailPage() {
|
||||
contractId={id!}
|
||||
hideSummary
|
||||
selfClear={false}
|
||||
readOnly={ready}
|
||||
/>
|
||||
</Grid.Col>
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ function StatusBadge({ row }: { row: ClearanceRow }) {
|
||||
radius="sm"
|
||||
leftSection={<PackageCheck size={12} />}
|
||||
>
|
||||
Ready — customer books
|
||||
Clearance finalized
|
||||
</Badge>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user