Skip to content

Commit

Permalink
feat(cb2-8131): removal of vtg6_vtg7_trl template
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrkelly21 committed Jul 25, 2023
1 parent 8a4d6cf commit 2faaa05
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1,459 deletions.
1 change: 0 additions & 1 deletion src/main/java/uk/gov/dvsa/enums/CertificateTemplates.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public enum CertificateTemplates {
ADR_PASS("CommercialVehicles/ADR_PASS"),

VTG6_VTG7("CommercialVehicles/VTG6_VTG7"),
VTG6_VTG7_TRL("CommercialVehicles/VTG6_VTG7_TRL"),

TRAILER_INTO_SERVICE("CommercialVehicles/TrailerIntoService"),

Expand Down
1 change: 0 additions & 1 deletion src/main/java/uk/gov/dvsa/enums/CertificateTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public enum CertificateTypes {
RWT_DATA("CVS/RWT"),
ADR_PASS("CVS/ADR_PASS"),
VTG6_VTG7("CVS/VTG6_VTG7"),
VTG6_VTG7_TRL("CVS/VTG6_VTG7_TRL"),

TRAILER_INTO_SERVICE("CVS/TrailerIntoService"),

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/uk/gov/dvsa/enums/DocumentsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ public enum DocumentsConfig {

VTG6_VTG7(CertificateTypes.VTG6_VTG7.getCertificateType(), MinistryPlate.class,
new String[]{CertificateTemplates.VTG6_VTG7.getCertificateTemplateName()}),
VTG6_VTG7_TRL(CertificateTypes.VTG6_VTG7_TRL.getCertificateType(), MinistryPlate.class,
new String[]{CertificateTemplates.VTG6_VTG7_TRL.getCertificateTemplateName()}),

TRAILER_INTO_SERVICE(CertificateTypes.TRAILER_INTO_SERVICE.getCertificateType(), TrailerIntoService.class,
new String[]{CertificateTemplates.TRAILER_INTO_SERVICE.getCertificateTemplateName()}),
Expand Down
Loading

0 comments on commit 2faaa05

Please sign in to comment.