Skip to content

Commit

Permalink
MAN-2787 - use disposal id to calculate rar days
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Feb 4, 2025
1 parent 60b5f94 commit 672809e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class RequirementService(
val rarRequirements = requirementRepository.getRequirements(eventId, eventNumber)
.filter { it.mainCategory!!.code == rarCode }


if (rarRequirements.isNotEmpty()) {
val rar = getRar(disposalId, rarCode)

Expand Down

0 comments on commit 672809e

Please sign in to comment.