Skip to content

Commit

Permalink
Update DefaultJudgementSpecHandler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShwetaTandel-hmcts committed Dec 16, 2024
1 parent e4780db commit ee9744e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ private CallbackResponse generateClaimForm(CallbackParams callbackParams) {
caseData.setJoIsLiveJudgmentExists(YesOrNo.YES);
} else {
caseData.setJoIsLiveJudgmentExists(YesOrNo.NO);
caseData.setJoIsDisplayInJudgmentTab(YesOrNo.YES);
}

CaseData.CaseDataBuilder caseDataBuilder = caseData.toBuilder();
Expand Down

0 comments on commit ee9744e

Please sign in to comment.