Skip to content

Commit

Permalink
enabled change ownership button when hasLien and isRoleStaffReg are true
Browse files Browse the repository at this point in the history
  • Loading branch information
flutistar committed Jul 22, 2024
1 parent c8592b0 commit 4c6c3c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ppr-ui/src/views/mhrInformation/MhrInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,9 @@ export default defineComponent({
'Ownership Transfer or Change'
),
isChangeOwnershipBtnDisabled: computed((): boolean => {
if(isRoleStaffReg.value && hasLien.value)
return false
const isFrozenMhr = isFrozenMhrDueToAffidavit.value || isFrozenMhrDueToUnitNote.value
const isTransportPermitDisabled = isChangeLocationActive.value ||
Expand Down

0 comments on commit 4c6c3c2

Please sign in to comment.