Skip to content

Commit

Permalink
correct filing name
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
  • Loading branch information
ArwenQin committed Dec 13, 2024
1 parent 84795b7 commit 9b9e509
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/NoticeOfWithdrawal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ export default class NoticeOfWithdrawal extends Mixins(CommonMixin, DateMixin, F
}
// load Court Order, POA and arrangement properties
const courtOrder = filing.consentContinuationOut.courtOrder
const courtOrder = filing.noticeOfWithdraw.courtOrder
if (courtOrder) {
this.courtOrderNumber = courtOrder.fileNumber
this.hasPlanOfArrangement = EnumUtilities.isEffectOfOrderPlanOfArrangement(courtOrder.effectOfOrder)
Expand Down Expand Up @@ -694,7 +694,6 @@ export default class NoticeOfWithdrawal extends Mixins(CommonMixin, DateMixin, F
// save filing ID for possible future updates
this.filingId = filingId
}
// if there were no errors, finish file-pay process now
// otherwise, dialogs may finish this later
if (!this.paymentErrorDialog && !this.saveErrorReason) this.onClickFilePayFinish()
Expand Down Expand Up @@ -803,7 +802,7 @@ export default class NoticeOfWithdrawal extends Mixins(CommonMixin, DateMixin, F
}
if (this.courtOrderNumber !== '') {
data.consentContinuationOut.courtOrder = {
data.noticeOfWithdrawal.courtOrder = {
fileNumber: this.courtOrderNumber,
effectOfOrder: (this.hasPlanOfArrangement ? EffectOfOrderTypes.PLAN_OF_ARRANGEMENT : '') as string,
effectOfArrangement: (this.hasComeIntoEffect ? EffectOfOrderTypes.ARRANGEMENT_EFFECT : '') as string
Expand Down

0 comments on commit 9b9e509

Please # to comment.