diff --git a/src/app/forms/models/testTypeId.enum.ts b/src/app/forms/models/testTypeId.enum.ts index 54c074738a..8ec7c67754 100644 --- a/src/app/forms/models/testTypeId.enum.ts +++ b/src/app/forms/models/testTypeId.enum.ts @@ -33,33 +33,11 @@ export const TEST_TYPES_GROUP6_11: string[] = ['62', '63', '122', '101', '91']; // ADR tests for HGV and TRL export const TEST_TYPES_GROUP7: string[] = ['59', '60', '50']; -// tests for HGV and TRL - Annual tests, First tests, Annual retests, Paid/Part paid prohibition clearance -export const TEST_TYPES_GROUP9_10: string[] = [ - '76', - '95', - '94', - '53', - '54', - '65', - '66', - '70', - '79', - '82', - '83', - '41', - '40', - '98', - '99', - '103', - '104', - '67', - '107', - '113', - '116', - '119', - '120', - '199', -]; +// tests for HGV and TRL - Annual tests, Annual retests, Paid/Part paid prohibition clearance on annual test +export const TEST_TYPES_GROUP9_10: string[] = ['76', '94', '53', '54', '70', '79', '40', '98', '99', '67', '107', '113', '116', '199']; + +// tests for HGV and TRL - First tests, Paid/Part paid prohibition clearance on first test +export const TEST_TYPES_GROUP9_10_CENTRAL_DOCS = ['95', '41', '65', '103', '66', '104', '82', '119', '83', '120']; // tests for TRL - Paid/Part paid prohibition clearance(retest, full inspection, part inspection, without cert) export const TEST_TYPES_GROUP12_14: string[] = ['117', '108', '109', '110', '114', '71', '72', '73', '77', '80']; @@ -200,6 +178,7 @@ export const TEST_TYPES = { testTypesGroup7: TEST_TYPES_GROUP7, testTypesGroup8Notifiable: TEST_TYPES_GROUP8_NOTIFABLE, testTypesGroup9And10: TEST_TYPES_GROUP9_10, + testTypesGroup9And10CentralDocs: TEST_TYPES_GROUP9_10_CENTRAL_DOCS, testTypesGroup6And11: TEST_TYPES_GROUP6_11, testTypesGroup12And14: TEST_TYPES_GROUP12_14, testTypesGroup5And13: TEST_TYPES_GROUP5_13, diff --git a/src/app/forms/templates/test-records/create-master.template.ts b/src/app/forms/templates/test-records/create-master.template.ts index a450d13c0d..15650b22a6 100644 --- a/src/app/forms/templates/test-records/create-master.template.ts +++ b/src/app/forms/templates/test-records/create-master.template.ts @@ -30,6 +30,9 @@ import { ContingencyTestSectionGroup6And11 } from './section-templates/test/cont import { ContingencyTestSectionGroup7 } from './section-templates/test/contingency/contingency-test-section-group7.template'; import { ContingencyTestSectionGroup8Notifiable } from './section-templates/test/contingency/contingency-test-section-group8Notifiable.template'; import { ContingencyTestSectionGroup9And10 } from './section-templates/test/contingency/contingency-test-section-group9And10.template'; +import { + ContingencyTestSectionGroup9And10CentralDocs, +} from './section-templates/test/contingency/contingency-test-section-group9And10CentralDocs.template'; import { ContingencyTestSectionSpecialistGroup1 } from './section-templates/test/contingency/contingency-test-section-specialist-group1.template'; import { ContingencyTestSectionSpecialistGroup2 } from './section-templates/test/contingency/contingency-test-section-specialist-group2.template'; import { @@ -318,6 +321,16 @@ export const contingencyTestTemplates: Record