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 && ( {item.isClearance && (
<Text fz={12} c="orange.7" fw={600}> <Text fz={12} c="orange.7" fw={600}>
Paid in advance, before clearance excluded from Customs service fee billed on your shipment booking
shipment invoices invoice together with the freight
</Text> </Text>
)} )}
</Box> </Box>

View File

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