Skip to content

Commit

Permalink
FINERACT-1958-Rework-Down-Payment-Overlapping-Installment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchiD authored and adamsaghy committed Sep 28, 2023
1 parent f7f41d3 commit 98b7c29
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ private void updateBalanceBasedOnDisbursement(final LoanApplicationTerms loanApp
periods.add(disbursementPeriod);

BigDecimal downPaymentAmt = BigDecimal.ZERO;
if (loanApplicationTerms.isDownPaymentEnabled() && !disburseDetail.getKey().isEqual(scheduledDueDate)) {
if (loanApplicationTerms.isDownPaymentEnabled()) {
final LoanScheduleModelDownPaymentPeriod downPaymentPeriod = createDownPaymentPeriod(loanApplicationTerms,
scheduleParams, disburseDetail.getKey(), disburseDetail.getValue().getAmount());
periods.add(downPaymentPeriod);
Expand Down
Loading

0 comments on commit 98b7c29

Please sign in to comment.