mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #944 from Tria-plc/freight_feature/usermanagement
changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user