This commit is contained in:
Marshal
2026-07-23 14:30:49 +00:00
parent 127676055b
commit 40f16f3cec
2 changed files with 4 additions and 4 deletions

View File

@@ -924,8 +924,8 @@ export default function ContractDetailPage() {
)}
{item.isClearance && (
<Text fz={12} c="orange.7" fw={600}>
Paid in advance, before clearance excluded from
shipment invoices
Customs service fee billed on your shipment booking
invoice together with the freight
</Text>
)}
</Box>

View File

@@ -993,8 +993,8 @@ export default function NewContractPage({
)}
{item.isClearance && (
<Text size="xs" c="orange.7" fw={600}>
Paid in advance, before clearance not part of your
shipment booking invoice
Customs service fee billed on your shipment booking
invoice together with the freight
</Text>
)}
</Box>