feature/visibility-comp-mex
This commit is contained in:
@@ -158,13 +158,19 @@ export function getVisibility(
|
||||
};
|
||||
|
||||
case 'MEX':
|
||||
// Compras Mexicanas: lo esencial + localización (como otros tipos); sin IGI, militar, A31, Own/Omit
|
||||
return {
|
||||
...defaultVisibility,
|
||||
showCrTrackingHeader: false,
|
||||
showEighthRule: false,
|
||||
showFdaFcc: false,
|
||||
showCertificateOfOrigin: false,
|
||||
showIdentifiersTab: false
|
||||
showIdentifiersTab: false,
|
||||
showContinuationIgi: false,
|
||||
showContinuationLocation: true,
|
||||
showContinuationMilitary: false,
|
||||
showContinuationOwnOmitAnnex: false,
|
||||
showContinuationConsiderA31: false
|
||||
};
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user