update booking process for customs clearance contracts, allowing customers to create bookings post-clearance finalization

This commit is contained in:
Marshal
2026-06-28 21:47:40 +00:00
parent f45d260c53
commit 506b269207
6 changed files with 43 additions and 42 deletions

View File

@@ -160,6 +160,7 @@ export default function ContractClearanceDetailPage() {
contractId={id!}
hideSummary
selfClear={false}
readOnly={ready}
/>
</Grid.Col>

View File

@@ -145,7 +145,7 @@ function StatusBadge({ row }: { row: ClearanceRow }) {
radius="sm"
leftSection={<PackageCheck size={12} />}
>
Ready customer books
Clearance finalized
</Badge>
</Tooltip>
);