Skip to content

Commit

Permalink
Added MOT activity codes to ADI3 and SC
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Oct 3, 2024
1 parent 5e42cfc commit 323a74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export enum Adi3ActivityCodeDescription {
TRAFFIC = 'Traffic congestion',
NATURAL_DISASTER = 'Natural disaster',
INDUSTRIAL_ACTION = 'Test cancelled due to industrial action',
MOT_INVALID = 'No valid MOT',
}

export function populateActivityCodeModelList(isDelegatedExaminer?: boolean, isAdi3?: boolean): ActivityCodeModel[] {
Expand Down
1 change: 1 addition & 0 deletions src/app/shared/models/activity-codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ export enum Adi3ActivityCodes {
TRAFFIC = '67',
NATURAL_DISASTER = '68',
INDUSTRIAL_ACTION = '74',
MOT_INVALID = '89',
}

0 comments on commit 323a74d

Please sign in to comment.