Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19361 - UXA add Returned Undeliverable to FAS #230

Merged
merged 7 commits into from
Oct 29, 2024
Merged

Conversation

Jxio
Copy link
Collaborator

@Jxio Jxio commented Oct 28, 2024

Issue #: /bcgov/entity19361

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).

@Jxio Jxio self-assigned this Oct 28, 2024
@Jxio Jxio marked this pull request as ready for review October 28, 2024 23:28
isExpanded: false,
...refundRequestFormState
})

const currentRefundStatusLabel = computed(() => searchState.getRefundStatusText(state.currentRefundStatus))
const currentRefundStatusLabel = computed(() => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const currentRefundStatusLabel = computed(() => {
  const statusMap = {
    [SlipStatus.REFUNDAUTHORIZED]: RoutingSlipRefundCodes.PROCESSING,
    [SlipStatus.REFUNDREQUEST]: RoutingSlipRefundCodes.PROCESSING,
    [SlipStatus.REFUNDUPLOADED]: RoutingSlipRefundCodes.PROCESSING,
    [SlipStatus.REFUNDPROCESSED]: searchState.getRefundStatusText(state.currentRefundStatus)
  }
  return statusMap[state.currentStatus] || null
})

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! that looks really good

@seeker25
Copy link
Collaborator

package + package lock update please

@seeker25 seeker25 merged commit fac399b into bcgov:main Oct 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants