From 35c78cfe4a30262b9bde1bf90690051a08c76b60 Mon Sep 17 00:00:00 2001 From: Omaira-Melo-Hmcts <148855113+Omaira-Melo-Hmcts@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:35:06 +0000 Subject: [PATCH] CIV-8324 Adding the new option to PersonalInjuryType. Occurs a error when trying to calculate de fee if not exists. (#3594) Co-authored-by: krishnanuthalapati <32389208+krishnanuthalapati@users.noreply.github.com> Co-authored-by: Azam <106387766+Azam-Hmcts@users.noreply.github.com> --- .../java/uk/gov/hmcts/reform/civil/enums/PersonalInjuryType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/uk/gov/hmcts/reform/civil/enums/PersonalInjuryType.java b/src/main/java/uk/gov/hmcts/reform/civil/enums/PersonalInjuryType.java index 14e611b322d..0ac4ac0b110 100644 --- a/src/main/java/uk/gov/hmcts/reform/civil/enums/PersonalInjuryType.java +++ b/src/main/java/uk/gov/hmcts/reform/civil/enums/PersonalInjuryType.java @@ -6,5 +6,6 @@ public enum PersonalInjuryType { PUBLIC_LIABILITY, HOLIDAY_ILLNESS, DISEASE_CLAIM, + NOISE_INDUCED_HEARING_LOSS, PERSONAL_INJURY_OTHER }