From 104bee3c6906ccf7c73d10f654f5ca0064935501 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Wed, 13 Nov 2024 14:17:35 -0800
Subject: [PATCH 1/6] update companies to display business

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 src/resources/Dissolution/BC.ts    | 2 +-
 src/resources/Dissolution/BEN.ts   | 2 +-
 src/resources/Dissolution/C.ts     | 2 +-
 src/resources/Dissolution/CBEN.ts  | 2 +-
 src/resources/Dissolution/CC.ts    | 2 +-
 src/resources/Dissolution/CCC.ts   | 2 +-
 src/resources/Dissolution/CUL.ts   | 2 +-
 src/resources/Dissolution/ULC.ts   | 2 +-
 src/resources/Incorporation/BC.ts  | 2 +-
 src/resources/Incorporation/BEN.ts | 2 +-
 src/resources/Incorporation/CC.ts  | 2 +-
 src/resources/Incorporation/ULC.ts | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/resources/Dissolution/BC.ts b/src/resources/Dissolution/BC.ts
index 1c67ae528..1b5d53a3c 100644
--- a/src/resources/Dissolution/BC.ts
+++ b/src/resources/Dissolution/BC.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceBc: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_COMPANY)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/BEN.ts b/src/resources/Dissolution/BEN.ts
index 7080546ee..95dcc91d2 100644
--- a/src/resources/Dissolution/BEN.ts
+++ b/src/resources/Dissolution/BEN.ts
@@ -61,7 +61,7 @@ export const DissolutionResourceBen: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BENEFIT_COMPANY)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/C.ts b/src/resources/Dissolution/C.ts
index 33d1d5c05..5005187f2 100644
--- a/src/resources/Dissolution/C.ts
+++ b/src/resources/Dissolution/C.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceC: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.CONTINUE_IN)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CBEN.ts b/src/resources/Dissolution/CBEN.ts
index 518e9f5ad..f20e34d6d 100644
--- a/src/resources/Dissolution/CBEN.ts
+++ b/src/resources/Dissolution/CBEN.ts
@@ -61,7 +61,7 @@ export const DissolutionResourceCben: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BEN_CONTINUE_IN)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CC.ts b/src/resources/Dissolution/CC.ts
index ab212ffdf..fe6fa2b12 100644
--- a/src/resources/Dissolution/CC.ts
+++ b/src/resources/Dissolution/CC.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceCc: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_CCC)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CCC.ts b/src/resources/Dissolution/CCC.ts
index 32f94eece..2e9b1df5e 100644
--- a/src/resources/Dissolution/CCC.ts
+++ b/src/resources/Dissolution/CCC.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceCcc: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.CCC_CONTINUE_IN)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CUL.ts b/src/resources/Dissolution/CUL.ts
index b767cdf16..0b2d514e1 100644
--- a/src/resources/Dissolution/CUL.ts
+++ b/src/resources/Dissolution/CUL.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceCul: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.ULC_CONTINUE_IN)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/ULC.ts b/src/resources/Dissolution/ULC.ts
index b59203d68..61ed3353f 100644
--- a/src/resources/Dissolution/ULC.ts
+++ b/src/resources/Dissolution/ULC.ts
@@ -60,7 +60,7 @@ export const DissolutionResourceUlc: DissolutionResourceIF = {
     completingPartyStatement: {
       certifyStatements: [],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: GetCorpFullDescription(CorpTypeCd.BC_ULC_COMPANY)
+      entityDisplay: 'business'
     }
   },
   createResolution: {
diff --git a/src/resources/Incorporation/BC.ts b/src/resources/Incorporation/BC.ts
index 8b5a38423..fc2ea4650 100644
--- a/src/resources/Incorporation/BC.ts
+++ b/src/resources/Incorporation/BC.ts
@@ -81,7 +81,7 @@ export const IncorporationResourceBc: IncorporationResourceIF = {
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Incorporation/BEN.ts b/src/resources/Incorporation/BEN.ts
index 9c0831363..dcf289705 100644
--- a/src/resources/Incorporation/BEN.ts
+++ b/src/resources/Incorporation/BEN.ts
@@ -120,7 +120,7 @@ export const IncorporationResourceBen: IncorporationResourceIF = {
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Incorporation/CC.ts b/src/resources/Incorporation/CC.ts
index e81ddd5e9..3d7c0db4e 100644
--- a/src/resources/Incorporation/CC.ts
+++ b/src/resources/Incorporation/CC.ts
@@ -92,7 +92,7 @@ export const IncorporationResourceCc: IncorporationResourceIF = {
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Incorporation/ULC.ts b/src/resources/Incorporation/ULC.ts
index 1facb7980..16274e207 100644
--- a/src/resources/Incorporation/ULC.ts
+++ b/src/resources/Incorporation/ULC.ts
@@ -91,7 +91,7 @@ export const IncorporationResourceUlc: IncorporationResourceIF = {
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
       certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: null
+      entityDisplay: 'business'
     }
   }
 }

From 0c8b067f304878959d1544d90f29ef23934c9038 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Wed, 13 Nov 2024 14:27:25 -0800
Subject: [PATCH 2/6] update certify version

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 package-lock.json | 26 +++++++++++++++++---------
 package.json      |  2 +-
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index fbf9f864c..92c8c332a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
         "@bcrs-shared-components/base-address": "2.0.3",
         "@bcrs-shared-components/breadcrumb": "2.1.15",
         "@bcrs-shared-components/business-lookup": "1.3.4",
-        "@bcrs-shared-components/certify": "2.1.51",
+        "@bcrs-shared-components/certify": "^2.1.55",
         "@bcrs-shared-components/completing-party": "2.1.30",
         "@bcrs-shared-components/confirm-dialog": "1.2.1",
         "@bcrs-shared-components/contact-info": "1.2.15",
@@ -311,21 +311,29 @@
       }
     },
     "node_modules/@bcrs-shared-components/certify": {
-      "version": "2.1.51",
-      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.51.tgz",
-      "integrity": "sha512-x11JVxWmxRqf3RUTXW9vrCwuHQ+8/CyDoLsMvp/ggsgFM5jbeTbQzdW2KuMY5WSjiplntEakiQbsMaK0oWnE8A==",
+      "version": "2.1.55",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/certify/-/certify-2.1.55.tgz",
+      "integrity": "sha512-wcArqfqEtHNQrumVxvmeFwVRkypJgDb4scamGTSFJxvxHJGgCtNKA7xe+i46VQRGnmIpx41T4h2atXLZuQo7yw==",
       "dependencies": {
-        "@bcrs-shared-components/interfaces": "^1.1.16",
+        "@bcrs-shared-components/interfaces": "^1.1.20",
         "vue": "^2.7.14"
       }
     },
+    "node_modules/@bcrs-shared-components/certify/node_modules/@bcrs-shared-components/enums": {
+      "version": "1.1.15",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/enums/-/enums-1.1.15.tgz",
+      "integrity": "sha512-K86ctY66OPPlil+fRTiCeHxNjhSk5PwSn+hNnfdLNsauhzYrWC4MNHuQHcbilOxje6l56JTZtm446TlbPzPK2w==",
+      "dependencies": {
+        "@bcrs-shared-components/corp-type-module": "^1.0.16"
+      }
+    },
     "node_modules/@bcrs-shared-components/certify/node_modules/@bcrs-shared-components/interfaces": {
-      "version": "1.1.16",
-      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.16.tgz",
-      "integrity": "sha512-RxmR+6W6t0lRkDGVb4VEHfEqgK76pk42LaJn36aSrd/hNIMfxgHEAqPT21zBJ5on5rvWzFMBemp3hV6DyUTw8Q==",
+      "version": "1.1.20",
+      "resolved": "https://registry.npmjs.org/@bcrs-shared-components/interfaces/-/interfaces-1.1.20.tgz",
+      "integrity": "sha512-KzxAHYyLANaapMXLuVISFnuNsq2vT56TzK79z38NC3UsAXYalKZDXP5I0zGyKZ8FJIIZi0ZqJLewyHB2ef1dJQ==",
       "dependencies": {
         "@bcrs-shared-components/corp-type-module": "^1.0.16",
-        "@bcrs-shared-components/enums": "^1.1.11",
+        "@bcrs-shared-components/enums": "^1.1.15",
         "vue": "^2.7.14"
       }
     },
diff --git a/package.json b/package.json
index 27b5e8355..365c82706 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
     "@bcrs-shared-components/base-address": "2.0.3",
     "@bcrs-shared-components/breadcrumb": "2.1.15",
     "@bcrs-shared-components/business-lookup": "1.3.4",
-    "@bcrs-shared-components/certify": "2.1.51",
+    "@bcrs-shared-components/certify": "^2.1.55",
     "@bcrs-shared-components/completing-party": "2.1.30",
     "@bcrs-shared-components/confirm-dialog": "1.2.1",
     "@bcrs-shared-components/contact-info": "1.2.15",

From e536d3c0c78b27e950cbc3ab23ec4b44d32c4964 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Wed, 13 Nov 2024 16:01:08 -0800
Subject: [PATCH 3/6] update wording for restoration

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 src/resources/Restoration/BC.ts   | 2 +-
 src/resources/Restoration/BEN.ts  | 2 +-
 src/resources/Restoration/C.ts    | 2 +-
 src/resources/Restoration/CBEN.ts | 2 +-
 src/resources/Restoration/CC.ts   | 2 +-
 src/resources/Restoration/CCC.ts  | 2 +-
 src/resources/Restoration/CUL.ts  | 2 +-
 src/resources/Restoration/ULC.ts  | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/resources/Restoration/BC.ts b/src/resources/Restoration/BC.ts
index eb710d62b..c59fa8482 100644
--- a/src/resources/Restoration/BC.ts
+++ b/src/resources/Restoration/BC.ts
@@ -42,7 +42,7 @@ export const RestorationResourceBc: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/BEN.ts b/src/resources/Restoration/BEN.ts
index b8b74fd9e..06a618516 100644
--- a/src/resources/Restoration/BEN.ts
+++ b/src/resources/Restoration/BEN.ts
@@ -42,7 +42,7 @@ export const RestorationResourceBen: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/C.ts b/src/resources/Restoration/C.ts
index 924ecabf0..a2913ea1c 100644
--- a/src/resources/Restoration/C.ts
+++ b/src/resources/Restoration/C.ts
@@ -42,7 +42,7 @@ export const RestorationResourceC: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/CBEN.ts b/src/resources/Restoration/CBEN.ts
index c0def2bf4..df84f47f8 100644
--- a/src/resources/Restoration/CBEN.ts
+++ b/src/resources/Restoration/CBEN.ts
@@ -42,7 +42,7 @@ export const RestorationResourceCben: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/CC.ts b/src/resources/Restoration/CC.ts
index a9a3004b9..51160fe30 100644
--- a/src/resources/Restoration/CC.ts
+++ b/src/resources/Restoration/CC.ts
@@ -42,7 +42,7 @@ export const RestorationResourceCc: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/CCC.ts b/src/resources/Restoration/CCC.ts
index e3ce7aaf9..b0279a4c0 100644
--- a/src/resources/Restoration/CCC.ts
+++ b/src/resources/Restoration/CCC.ts
@@ -42,7 +42,7 @@ export const RestorationResourceCcc: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/CUL.ts b/src/resources/Restoration/CUL.ts
index 5375102eb..31ccd1501 100644
--- a/src/resources/Restoration/CUL.ts
+++ b/src/resources/Restoration/CUL.ts
@@ -42,7 +42,7 @@ export const RestorationResourceCul: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }
diff --git a/src/resources/Restoration/ULC.ts b/src/resources/Restoration/ULC.ts
index fc67ba1e7..4a69bdbbb 100644
--- a/src/resources/Restoration/ULC.ts
+++ b/src/resources/Restoration/ULC.ts
@@ -42,7 +42,7 @@ export const RestorationResourceUlc: RestorationResourceIF = {
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
         offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'BC Corporations Act'
+      entityDisplay: 'business'
     }
   }
 }

From e2eb2d72ada1c98d74e3f087123223a256536670 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Thu, 14 Nov 2024 12:02:36 -0800
Subject: [PATCH 4/6] update package version

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 package-lock.json | 6 +++---
 package.json      | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 92c8c332a..980687035 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,19 +1,19 @@
 {
   "name": "business-create-ui",
-  "version": "5.14.2",
+  "version": "5.14.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "business-create-ui",
-      "version": "5.14.2",
+      "version": "5.14.3",
       "dependencies": {
         "@babel/compat-data": "^7.21.5",
         "@bcrs-shared-components/approval-type": "1.1.3",
         "@bcrs-shared-components/base-address": "2.0.3",
         "@bcrs-shared-components/breadcrumb": "2.1.15",
         "@bcrs-shared-components/business-lookup": "1.3.4",
-        "@bcrs-shared-components/certify": "^2.1.55",
+        "@bcrs-shared-components/certify": "2.1.55",
         "@bcrs-shared-components/completing-party": "2.1.30",
         "@bcrs-shared-components/confirm-dialog": "1.2.1",
         "@bcrs-shared-components/contact-info": "1.2.15",
diff --git a/package.json b/package.json
index 365c82706..e51c7e9e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "business-create-ui",
-  "version": "5.14.2",
+  "version": "5.14.3",
   "private": true,
   "appName": "Create UI",
   "sbcName": "SBC Common Components",
@@ -22,7 +22,7 @@
     "@bcrs-shared-components/base-address": "2.0.3",
     "@bcrs-shared-components/breadcrumb": "2.1.15",
     "@bcrs-shared-components/business-lookup": "1.3.4",
-    "@bcrs-shared-components/certify": "^2.1.55",
+    "@bcrs-shared-components/certify": "2.1.55",
     "@bcrs-shared-components/completing-party": "2.1.30",
     "@bcrs-shared-components/confirm-dialog": "1.2.1",
     "@bcrs-shared-components/contact-info": "1.2.15",

From 362b3f50aba75f81eb73ad3f8652644a57368992 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Thu, 14 Nov 2024 12:49:24 -0800
Subject: [PATCH 5/6] update code structure

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 src/components/common/Certify.vue                              | 2 +-
 .../completing-party-interface.ts                              | 2 +-
 src/resources/AmalgamationRegular/BC.ts                        | 3 +--
 src/resources/AmalgamationRegular/BEN.ts                       | 3 +--
 src/resources/AmalgamationRegular/C.ts                         | 3 +--
 src/resources/AmalgamationRegular/CBEN.ts                      | 3 +--
 src/resources/AmalgamationRegular/CC.ts                        | 3 +--
 src/resources/AmalgamationRegular/CCC.ts                       | 3 +--
 src/resources/AmalgamationRegular/CUL.ts                       | 3 +--
 src/resources/AmalgamationRegular/ULC.ts                       | 3 +--
 src/resources/AmalgamationShort/BC.ts                          | 3 +--
 src/resources/AmalgamationShort/BEN.ts                         | 3 +--
 src/resources/AmalgamationShort/C.ts                           | 3 +--
 src/resources/AmalgamationShort/CBEN.ts                        | 3 +--
 src/resources/AmalgamationShort/CC.ts                          | 3 +--
 src/resources/AmalgamationShort/CCC.ts                         | 3 +--
 src/resources/AmalgamationShort/CUL.ts                         | 3 +--
 src/resources/AmalgamationShort/ULC.ts                         | 3 +--
 src/resources/ContinuationIn/C.ts                              | 3 +--
 src/resources/ContinuationIn/CBEN.ts                           | 3 +--
 src/resources/ContinuationIn/CCC.ts                            | 3 +--
 src/resources/ContinuationIn/CUL.ts                            | 3 +--
 src/resources/Dissolution/BC.ts                                | 3 +--
 src/resources/Dissolution/BEN.ts                               | 3 +--
 src/resources/Dissolution/C.ts                                 | 3 +--
 src/resources/Dissolution/CBEN.ts                              | 3 +--
 src/resources/Dissolution/CC.ts                                | 3 +--
 src/resources/Dissolution/CCC.ts                               | 3 +--
 src/resources/Dissolution/CUL.ts                               | 3 +--
 src/resources/Dissolution/ULC.ts                               | 3 +--
 src/resources/Incorporation/BC.ts                              | 3 +--
 src/resources/Incorporation/BEN.ts                             | 3 +--
 src/resources/Incorporation/CC.ts                              | 3 +--
 src/resources/Incorporation/ULC.ts                             | 3 +--
 src/resources/Restoration/BC.ts                                | 3 +--
 src/resources/Restoration/BEN.ts                               | 3 +--
 src/resources/Restoration/C.ts                                 | 3 +--
 src/resources/Restoration/CBEN.ts                              | 3 +--
 src/resources/Restoration/CC.ts                                | 3 +--
 src/resources/Restoration/CCC.ts                               | 3 +--
 src/resources/Restoration/CUL.ts                               | 3 +--
 src/resources/Restoration/ULC.ts                               | 3 +--
 src/views/DissolutionFirm/DissolutionFirm.vue                  | 2 +-
 43 files changed, 43 insertions(+), 83 deletions(-)

diff --git a/src/components/common/Certify.vue b/src/components/common/Certify.vue
index aef41749a..4c3840599 100644
--- a/src/components/common/Certify.vue
+++ b/src/components/common/Certify.vue
@@ -3,7 +3,7 @@
     :certifiedBy="getCertifyState.certifiedBy"
     :currentDate="getCurrentDate"
     :disableEdit="disableEdit"
-    :entityDisplay="getCompletingPartyStatement.entityDisplay"
+    :entityDisplay="getCompletingPartyStatement.entityDisplay || 'business'"
     :firstColumn="3"
     :invalidSection="invalidSection"
     :isCertified="getCertifyState.valid"
diff --git a/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts b/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
index 8121b6e6c..a91706f7c 100644
--- a/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
+++ b/src/interfaces/resource-interfaces/component-resource-interfaces/completing-party-interface.ts
@@ -1,7 +1,7 @@
 export interface CompletingPartyStatementIF {
   certifyStatements: Array<string>
   certifyClause: string
-  entityDisplay: string
+  entityDisplay?: string
 }
 
 export const EmptyCompletingPartyStatement: CompletingPartyStatementIF = {
diff --git a/src/resources/AmalgamationRegular/BC.ts b/src/resources/AmalgamationRegular/BC.ts
index dd4d30629..827d397cd 100644
--- a/src/resources/AmalgamationRegular/BC.ts
+++ b/src/resources/AmalgamationRegular/BC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceBc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/BEN.ts b/src/resources/AmalgamationRegular/BEN.ts
index 719fd3af5..624f9480e 100644
--- a/src/resources/AmalgamationRegular/BEN.ts
+++ b/src/resources/AmalgamationRegular/BEN.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceBen: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/C.ts b/src/resources/AmalgamationRegular/C.ts
index 41861e0ff..fba575abf 100644
--- a/src/resources/AmalgamationRegular/C.ts
+++ b/src/resources/AmalgamationRegular/C.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceC: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CBEN.ts b/src/resources/AmalgamationRegular/CBEN.ts
index 9bf8dc435..a409c4e0c 100644
--- a/src/resources/AmalgamationRegular/CBEN.ts
+++ b/src/resources/AmalgamationRegular/CBEN.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCben: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CC.ts b/src/resources/AmalgamationRegular/CC.ts
index 507580768..194efac49 100644
--- a/src/resources/AmalgamationRegular/CC.ts
+++ b/src/resources/AmalgamationRegular/CC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CCC.ts b/src/resources/AmalgamationRegular/CCC.ts
index 0439a2ab8..260366726 100644
--- a/src/resources/AmalgamationRegular/CCC.ts
+++ b/src/resources/AmalgamationRegular/CCC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCcc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/CUL.ts b/src/resources/AmalgamationRegular/CUL.ts
index 364d0777f..4ef8c0687 100644
--- a/src/resources/AmalgamationRegular/CUL.ts
+++ b/src/resources/AmalgamationRegular/CUL.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceCul: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationRegular/ULC.ts b/src/resources/AmalgamationRegular/ULC.ts
index 019a58183..552bd418b 100644
--- a/src/resources/AmalgamationRegular/ULC.ts
+++ b/src/resources/AmalgamationRegular/ULC.ts
@@ -35,8 +35,7 @@ export const AmalgamationRegResourceUlc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/BC.ts b/src/resources/AmalgamationShort/BC.ts
index 6f1ae9aad..3092e2beb 100644
--- a/src/resources/AmalgamationShort/BC.ts
+++ b/src/resources/AmalgamationShort/BC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceBc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/BEN.ts b/src/resources/AmalgamationShort/BEN.ts
index 3eb602a5a..cd76baf86 100644
--- a/src/resources/AmalgamationShort/BEN.ts
+++ b/src/resources/AmalgamationShort/BEN.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceBen: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/C.ts b/src/resources/AmalgamationShort/C.ts
index 601966dfa..9a973a01d 100644
--- a/src/resources/AmalgamationShort/C.ts
+++ b/src/resources/AmalgamationShort/C.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceC: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CBEN.ts b/src/resources/AmalgamationShort/CBEN.ts
index d1036a8fd..fd3ee87a2 100644
--- a/src/resources/AmalgamationShort/CBEN.ts
+++ b/src/resources/AmalgamationShort/CBEN.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCben: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CC.ts b/src/resources/AmalgamationShort/CC.ts
index 44961095e..da2b6e65f 100644
--- a/src/resources/AmalgamationShort/CC.ts
+++ b/src/resources/AmalgamationShort/CC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CCC.ts b/src/resources/AmalgamationShort/CCC.ts
index e74e5a0fc..e74523fdc 100644
--- a/src/resources/AmalgamationShort/CCC.ts
+++ b/src/resources/AmalgamationShort/CCC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCcc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/CUL.ts b/src/resources/AmalgamationShort/CUL.ts
index bcc20f37e..8d680c6d4 100644
--- a/src/resources/AmalgamationShort/CUL.ts
+++ b/src/resources/AmalgamationShort/CUL.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceCul: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/AmalgamationShort/ULC.ts b/src/resources/AmalgamationShort/ULC.ts
index 0dd37e02f..faa6aee38 100644
--- a/src/resources/AmalgamationShort/ULC.ts
+++ b/src/resources/AmalgamationShort/ULC.ts
@@ -38,8 +38,7 @@ export const AmalgamationShortResourceUlc: AmalgamationResourceIF = {
       certifyStatements: [
         ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/C.ts b/src/resources/ContinuationIn/C.ts
index 140d1576f..73c3dbe67 100644
--- a/src/resources/ContinuationIn/C.ts
+++ b/src/resources/ContinuationIn/C.ts
@@ -34,8 +34,7 @@ export const ContinuationInResourceC: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CBEN.ts b/src/resources/ContinuationIn/CBEN.ts
index 07f78f624..e9e548c6d 100644
--- a/src/resources/ContinuationIn/CBEN.ts
+++ b/src/resources/ContinuationIn/CBEN.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCben: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CCC.ts b/src/resources/ContinuationIn/CCC.ts
index afe90f6ab..7d2212e0b 100644
--- a/src/resources/ContinuationIn/CCC.ts
+++ b/src/resources/ContinuationIn/CCC.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCcc: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/ContinuationIn/CUL.ts b/src/resources/ContinuationIn/CUL.ts
index 9b0d21614..673a860ee 100644
--- a/src/resources/ContinuationIn/CUL.ts
+++ b/src/resources/ContinuationIn/CUL.ts
@@ -35,8 +35,7 @@ export const ContinuationInResourceCul: ContinuationInResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Dissolution/BC.ts b/src/resources/Dissolution/BC.ts
index 1b5d53a3c..cfdef60ab 100644
--- a/src/resources/Dissolution/BC.ts
+++ b/src/resources/Dissolution/BC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceBc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/BEN.ts b/src/resources/Dissolution/BEN.ts
index 95dcc91d2..ddd37a3e7 100644
--- a/src/resources/Dissolution/BEN.ts
+++ b/src/resources/Dissolution/BEN.ts
@@ -60,8 +60,7 @@ export const DissolutionResourceBen: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/C.ts b/src/resources/Dissolution/C.ts
index 5005187f2..dc2476c5e 100644
--- a/src/resources/Dissolution/C.ts
+++ b/src/resources/Dissolution/C.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceC: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CBEN.ts b/src/resources/Dissolution/CBEN.ts
index f20e34d6d..dafff5123 100644
--- a/src/resources/Dissolution/CBEN.ts
+++ b/src/resources/Dissolution/CBEN.ts
@@ -60,8 +60,7 @@ export const DissolutionResourceCben: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CC.ts b/src/resources/Dissolution/CC.ts
index fe6fa2b12..86be07250 100644
--- a/src/resources/Dissolution/CC.ts
+++ b/src/resources/Dissolution/CC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CCC.ts b/src/resources/Dissolution/CCC.ts
index 2e9b1df5e..c4eee21d9 100644
--- a/src/resources/Dissolution/CCC.ts
+++ b/src/resources/Dissolution/CCC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCcc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/CUL.ts b/src/resources/Dissolution/CUL.ts
index 0b2d514e1..753f33270 100644
--- a/src/resources/Dissolution/CUL.ts
+++ b/src/resources/Dissolution/CUL.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceCul: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Dissolution/ULC.ts b/src/resources/Dissolution/ULC.ts
index 61ed3353f..db17a75e2 100644
--- a/src/resources/Dissolution/ULC.ts
+++ b/src/resources/Dissolution/ULC.ts
@@ -59,8 +59,7 @@ export const DissolutionResourceUlc: DissolutionResourceIF = {
   reviewAndConfirm: {
     completingPartyStatement: {
       certifyStatements: [],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   },
   createResolution: {
diff --git a/src/resources/Incorporation/BC.ts b/src/resources/Incorporation/BC.ts
index fc2ea4650..68b1d01be 100644
--- a/src/resources/Incorporation/BC.ts
+++ b/src/resources/Incorporation/BC.ts
@@ -80,8 +80,7 @@ export const IncorporationResourceBc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/BEN.ts b/src/resources/Incorporation/BEN.ts
index dcf289705..360f0d7dd 100644
--- a/src/resources/Incorporation/BEN.ts
+++ b/src/resources/Incorporation/BEN.ts
@@ -119,8 +119,7 @@ export const IncorporationResourceBen: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/CC.ts b/src/resources/Incorporation/CC.ts
index 3d7c0db4e..c1a1de5f6 100644
--- a/src/resources/Incorporation/CC.ts
+++ b/src/resources/Incorporation/CC.ts
@@ -91,8 +91,7 @@ export const IncorporationResourceCc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Incorporation/ULC.ts b/src/resources/Incorporation/ULC.ts
index 16274e207..dca280ef8 100644
--- a/src/resources/Incorporation/ULC.ts
+++ b/src/resources/Incorporation/ULC.ts
@@ -90,8 +90,7 @@ export const IncorporationResourceUlc: IncorporationResourceIF = {
         ResourcePhrases.BELIEVE_SIGNATURE,
         ResourcePhrases.RELEVANT_KNOWLEDGE_OF_COMPANY
       ],
-      certifyClause: ResourcePhrases.OFFENCE_SECTION_427,
-      entityDisplay: 'business'
+      certifyClause: ResourcePhrases.OFFENCE_SECTION_427
     }
   }
 }
diff --git a/src/resources/Restoration/BC.ts b/src/resources/Restoration/BC.ts
index c59fa8482..5afe48421 100644
--- a/src/resources/Restoration/BC.ts
+++ b/src/resources/Restoration/BC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceBc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/BEN.ts b/src/resources/Restoration/BEN.ts
index 06a618516..b1c3cc91e 100644
--- a/src/resources/Restoration/BEN.ts
+++ b/src/resources/Restoration/BEN.ts
@@ -41,8 +41,7 @@ export const RestorationResourceBen: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/C.ts b/src/resources/Restoration/C.ts
index a2913ea1c..4d654a5fb 100644
--- a/src/resources/Restoration/C.ts
+++ b/src/resources/Restoration/C.ts
@@ -41,8 +41,7 @@ export const RestorationResourceC: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CBEN.ts b/src/resources/Restoration/CBEN.ts
index df84f47f8..9d5d39e90 100644
--- a/src/resources/Restoration/CBEN.ts
+++ b/src/resources/Restoration/CBEN.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCben: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CC.ts b/src/resources/Restoration/CC.ts
index 51160fe30..78a50f603 100644
--- a/src/resources/Restoration/CC.ts
+++ b/src/resources/Restoration/CC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CCC.ts b/src/resources/Restoration/CCC.ts
index b0279a4c0..cd8a9daa4 100644
--- a/src/resources/Restoration/CCC.ts
+++ b/src/resources/Restoration/CCC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCcc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/CUL.ts b/src/resources/Restoration/CUL.ts
index 31ccd1501..3f8ac792d 100644
--- a/src/resources/Restoration/CUL.ts
+++ b/src/resources/Restoration/CUL.ts
@@ -41,8 +41,7 @@ export const RestorationResourceCul: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/resources/Restoration/ULC.ts b/src/resources/Restoration/ULC.ts
index 4a69bdbbb..4def39d80 100644
--- a/src/resources/Restoration/ULC.ts
+++ b/src/resources/Restoration/ULC.ts
@@ -41,8 +41,7 @@ export const RestorationResourceUlc: RestorationResourceIF = {
       certifyStatements: [],
       certifyClause: `Note: It is an offence to make or assist in making a false or misleading
         statement in a record filed under the BC Corporations Act. A person who commits this
-        offence is subject to a maximum fine of $5,000.`,
-      entityDisplay: 'business'
+        offence is subject to a maximum fine of $5,000.`
     }
   }
 }
diff --git a/src/views/DissolutionFirm/DissolutionFirm.vue b/src/views/DissolutionFirm/DissolutionFirm.vue
index e7abcc291..d89242690 100644
--- a/src/views/DissolutionFirm/DissolutionFirm.vue
+++ b/src/views/DissolutionFirm/DissolutionFirm.vue
@@ -216,7 +216,7 @@
           class="py-8 px-6"
           :currentDate="getCurrentDate"
           :certifiedBy="getCertifyState.certifiedBy"
-          :entityDisplay="getCompletingPartyStatement.entityDisplay"
+          :entityDisplay="getCompletingPartyStatement.entityDisplay || 'business'"
           :isCertified="getCertifyState.valid"
           :statements="getCompletingPartyStatement.certifyStatements"
           :message="getCompletingPartyStatement.certifyClause"

From 4383a9689caa35dc971f2a6ad6f1c5bff822af24 Mon Sep 17 00:00:00 2001
From: Qin <Arwen.Qin@gov.bc.ca>
Date: Thu, 14 Nov 2024 13:58:34 -0800
Subject: [PATCH 6/6] update firm component

Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
---
 src/views/DissolutionFirm/DissolutionFirm.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/DissolutionFirm/DissolutionFirm.vue b/src/views/DissolutionFirm/DissolutionFirm.vue
index d89242690..2671ba202 100644
--- a/src/views/DissolutionFirm/DissolutionFirm.vue
+++ b/src/views/DissolutionFirm/DissolutionFirm.vue
@@ -216,7 +216,7 @@
           class="py-8 px-6"
           :currentDate="getCurrentDate"
           :certifiedBy="getCertifyState.certifiedBy"
-          :entityDisplay="getCompletingPartyStatement.entityDisplay || 'business'"
+          :entityDisplay="getCompletingPartyStatement.entityDisplay || 'firm'"
           :isCertified="getCertifyState.valid"
           :statements="getCompletingPartyStatement.certifyStatements"
           :message="getCompletingPartyStatement.certifyClause"