Skip to content

Commit

Permalink
Duplicate else
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishkannan-hmcts committed Apr 24, 2024
1 parent 4c58ca6 commit 2e1f418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ taskAttributes. taskType else if(taskType != null) then taskType else null</text
<text>if ((caseData.isCaseUrgent != null and caseData.isCaseUrgent="Yes") or
(caseData.doYouNeedAWithoutNoticeHearing != null and caseData.doYouNeedAWithoutNoticeHearing="Yes") or
(caseData.doYouRequireAHearingWithReducedNotice != null and caseData.doYouRequireAHearingWithReducedNotice="Yes")) then 1000
else else if (caseData.newAllegationsOfHarmYesNo != null and caseData.newAllegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
else if (caseData.newAllegationsOfHarmYesNo != null and caseData.newAllegationsOfHarmYesNo="Yes") then 3000 else 5000</text>
</outputEntry>
<outputEntry id="LiteralExpression_0tqf6wr">
<text></text>
Expand Down

0 comments on commit 2e1f418

Please sign in to comment.