If there is a Personal Property Security Act (PPSA) security interest registered against this manufactured
@@ -154,7 +156,7 @@
Staff Payment
@@ -188,7 +190,8 @@ import {
attentionExemptionConfig,
exCertifyInfoContent,
exConfirmRequirements,
- exConfirmRequirementsQs
+ exConfirmRequirementsQs,
+ nonResExConfirmRequirements
} from '@/resources'
import { ConfirmCompletion } from '@/components/mhrTransfers'
import { ListRequirements } from '@/components/userAccess/ReviewConfirm'
@@ -237,7 +240,7 @@ export default defineComponent({
isRoleQualifiedSupplier,
hasLien
} = storeToRefs(useStore())
- const { updateValidation } = useExemptions()
+ const { exemptionLabel, isNonResExemption, updateValidation } = useExemptions()
const { onStaffPaymentDataUpdate } = usePayment()
const localState = reactive({
@@ -274,7 +277,9 @@ export default defineComponent({
return {
RouteNames,
+ exemptionLabel,
isRoleStaffReg,
+ isNonResExemption,
isRoleQualifiedSupplier,
getStaffPayment,
getMhrExemption,
@@ -286,6 +291,7 @@ export default defineComponent({
exCertifyInfoContent,
exConfirmRequirements,
exConfirmRequirementsQs,
+ nonResExConfirmRequirements,
onStaffPaymentDataUpdate,
getMhrExemptionValidation,
parseSubmittingPartyToAccountInfo,
diff --git a/ppr-ui/src/views/exemption/Exemptions.vue b/ppr-ui/src/views/exemption/Exemptions.vue
index dabb9056c..8c5f14c57 100644
--- a/ppr-ui/src/views/exemption/Exemptions.vue
+++ b/ppr-ui/src/views/exemption/Exemptions.vue
@@ -26,7 +26,7 @@
class="soft-corners-top"
>
- Residential Exemption
+ {{ exemptionLabel }}