Skip to content

Commit

Permalink
PI-2639 Handle "DEIRC" movement reason code (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Nov 19, 2024
1 parent 6bb9647 commit 39338c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ object MovementReasonCodes {
const val DISCHARGED_OR_DEPORTED = "DD"
const val DEPORTED_NO_SENTENCE = "DE"
const val DEPORTED_LICENCE = "DL"
const val DEPORTED_IRC = "DEIRC"
const val EARLY_REMOVAL_SCHEME = "ETR"
const val END_CUSTODY_TO_IMMIGRATION_RELEASE_CENTRE = "ECSLIRC"
const val DETAINED_MENTAL_HEALTH = "HO"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ sealed interface PrisonerMovement {
MovementReasonCodes.DISCHARGED_OR_DEPORTED,
MovementReasonCodes.DEPORTED_NO_SENTENCE,
MovementReasonCodes.DEPORTED_LICENCE,
MovementReasonCodes.DEPORTED_IRC,
MovementReasonCodes.EARLY_REMOVAL_SCHEME,
MovementReasonCodes.END_CUSTODY_TO_IMMIGRATION_RELEASE_CENTRE
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ prisoner.movement.configs:
- DD
- DE
- DL
- DEIRC
- ECSLIRC
# Early removal scheme
- ETR
Expand Down

0 comments on commit 39338c5

Please sign in to comment.