adamsaghy commented on code in PR #3997:
URL: https://github.com/apache/fineract/pull/3997#discussion_r1701809180
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanReadPlatformServiceImpl.java:
##########
@@ -1224,7 +1226,6 @@ public LoanScheduleData extractData(@NotNull final
ResultSet rs) throws SQLExcep
final LocalDate dueDate = JdbcSupport.getLocalDate(rs,
"dueDate");
final LocalDate obligationsMetOnDate =
JdbcSupport.getLocalDate(rs, "obligationsMetOnDate");
final boolean complete = rs.getBoolean("complete");
- final boolean isAdditional = rs.getBoolean("isAdditional");
Review Comment:
Was this deliberate?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]