Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
ISTE-229
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov committed Aug 9, 2024
1 parent 587b476 commit f1f9d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ private void addPaymentToLedger(List<Map<String, Object>> monthlyRecordList) {
paymentMatched = true;
}
}
ledgerReport.setTotalBalanceLeftInMonth(totalPaymentInMonth);
ledgerReport.setTotalBalanceLeftInMonth(totalBalanceLeftInMonth);
ledgerReport.setTotalPaymentInMonth(totalPaymentInMonth);
}
if (!paymentMatched) {
Expand Down

0 comments on commit f1f9d86

Please sign in to comment.