Skip to content

Commit

Permalink
Merge pull request #1988 from flutistar/18373-Unit-Notes-Person-Givin…
Browse files Browse the repository at this point in the history
…g-Notice

18373 unit notes person giving notice
  • Loading branch information
flutistar authored Jul 19, 2024
2 parents 3db8f06 + e498ef1 commit c6ca125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppr-ui/src/components/unitNotes/UnitNoteReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default defineComponent({
const localState = reactive({
validateSubmittingParty: false,
initialAttention: isCancelUnitNote.value ? '' : getMhrUnitNoteRegistration.value?.attentionReference,
initialAttention: (isCancelUnitNote.value || isRedemptionUnitNote.value) ? '' : getMhrUnitNoteRegistration.value?.attentionReference,
unitNoteType: UnitNotesInfo[getMhrUnitNote.value.documentType],
givingNoticeParty: computed((): PartyIF => getMhrUnitNote.value.givingNoticeParty),
unitNoteSubmittingParty: computed(() => getMhrUnitNoteRegistration.value.submittingParty || {}),
Expand Down

0 comments on commit c6ca125

Please sign in to comment.