diff --git a/municipal-services/ws-services/src/main/java/org/egov/waterconnection/repository/rowmapper/LedgerReportRowMapper.java b/municipal-services/ws-services/src/main/java/org/egov/waterconnection/repository/rowmapper/LedgerReportRowMapper.java index caceb65cd..a95dd13b8 100644 --- a/municipal-services/ws-services/src/main/java/org/egov/waterconnection/repository/rowmapper/LedgerReportRowMapper.java +++ b/municipal-services/ws-services/src/main/java/org/egov/waterconnection/repository/rowmapper/LedgerReportRowMapper.java @@ -213,7 +213,7 @@ private void addPaymentToLedger(List> monthlyRecordList) { paymentMatched = true; } } - ledgerReport.setTotalBalanceLeftInMonth(totalPaymentInMonth); + ledgerReport.setTotalBalanceLeftInMonth(totalBalanceLeftInMonth); ledgerReport.setTotalPaymentInMonth(totalPaymentInMonth); } if (!paymentMatched) {