Skip to content

Commit 82e061e

Browse files
committed
Replace APV96 condition form with CVSE-1070 form for non-resident single trip and quarterly permit types
1 parent 239f6e1 commit 82e061e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/features/permits/constants/nrqcv.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { PermitCondition } from "../types/PermitCondition";
33
export const NRQCV_CONDITIONS: PermitCondition[] = [
44
{
55
description: "Insurance Certificate Conditions",
6-
condition: "APV96",
7-
conditionLink: "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1547",
6+
condition: "CVSE-1070",
7+
conditionLink: "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1261",
88
checked: true,
99
disabled: true
1010
},

frontend/src/features/permits/constants/nrscv.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { PermitCondition } from "../types/PermitCondition";
33
export const NRSCV_CONDITIONS: PermitCondition[] = [
44
{
55
description: "Insurance Certificate Conditions",
6-
condition: "APV96",
7-
conditionLink: "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1547",
6+
condition: "CVSE-1070",
7+
conditionLink: "https://www.th.gov.bc.ca/forms/getForm.aspx?formId=1261",
88
checked: true,
99
disabled: true
1010
},

0 commit comments

Comments
 (0)