Skip to content

Commit

Permalink
FINERACT-2017: Mark holiday was processed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsaghy committed Dec 19, 2023
1 parent 8d65284 commit 7da6d57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public RepeatStatus execute(StepContribution contribution, ChunkContext chunkCon
applyHolidayToRepaymentScheduleDates(loan, holiday);
}
loanRepositoryWrapper.save(loans);
holiday.isProcessed();
holiday.setProcessed(true);
}
holidayRepository.save(holidays);
return RepeatStatus.FINISHED;
Expand Down

0 comments on commit 7da6d57

Please sign in to comment.