Skip to content

Commit

Permalink
Include Attn retention
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Oct 18, 2024
1 parent e8223b0 commit 429dc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppr-ui/src/views/mhrInformation/MhrInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@
<Attention
v-if="isRoleStaffReg"
sectionId="transfer-ref-num-section"
:initialValue="(isChangeLocationActive || isCancelChangeLocationActive)
:initialValue="(isChangeLocationActive || isCancelChangeLocationActive ||
isExtendChangeLocationActive)
? getMhrTransportPermit.attentionReference
: getMhrTransferAttentionReference"
:sectionNumber="2"
Expand Down

0 comments on commit 429dc28

Please sign in to comment.