Skip to content

Commit

Permalink
Add 'ready to dispatch' and 'ready to dispatch - partial' to business…
Browse files Browse the repository at this point in the history
… statuses
  • Loading branch information
kris-szlapa committed May 1, 2024
1 parent 627e6e9 commit f58c2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/updatePrescriptionStatus/src/validation/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export const BUSINESS_STATUSES = [
"ready to collect",
"ready to collect - partial",
"collected",
"ready to dispatch",
"ready to dispatch - partial",
"dispatched",
"not dispensed"
]
Expand Down

0 comments on commit f58c2aa

Please sign in to comment.