diff --git a/src/components/AddPeopleAndRoles/OrgPerson.vue b/src/components/AddPeopleAndRoles/OrgPerson.vue index aca1b1a51..1fb0cc6c1 100644 --- a/src/components/AddPeopleAndRoles/OrgPerson.vue +++ b/src/components/AddPeopleAndRoles/OrgPerson.vue @@ -28,7 +28,7 @@
- +

Important: The Completing Party information below is based on your BC Registries account information. Your name cannot be changed here. Name changes must @@ -43,7 +43,7 @@ @@ -59,7 +59,7 @@ id="person__first-name" v-model="orgPerson.officer.firstName" :rules="firstNameRules" - :readonly="isCompletingParty && !isRoleStaff" + :readonly="isCompletingParty && !isRoleStaff && isTypeCoop" />

@@ -241,6 +241,7 @@ export default class OrgPerson extends Mixins(EntityFilterMixin, CommonMixin) { @Getter getCurrentDate!: string @Getter isRoleStaff!: boolean + @Getter isTypeCoop!: boolean // Local properties private orgPerson: OrgPersonIF = null