somasorosdpc commented on code in PR #5872:
URL: https://github.com/apache/fineract/pull/5872#discussion_r3348550105


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/charge/service/ChargeReadPlatformServiceImpl.java:
##########
@@ -450,6 +450,19 @@ public List<ChargeData> retrieveShareProductCharges(final 
Long shareProductId) {
         return this.jdbcTemplate.query(sql, rm, new Object[] { shareProductId 
}); // NOSONAR
     }
 
+    @Override
+    public List<ChargeData> 
retrieveWorkingCapitalLoanAccountApplicableCharges(Long loanId) {

Review Comment:
   As far as I see, using JPQL with projection would be too big change in the 
code to do it here



-- 
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]

Reply via email to