adamsaghy commented on code in PR #4626:
URL: https://github.com/apache/fineract/pull/4626#discussion_r2063781733


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/fund/service/FundReadPlatformServiceImpl.java:
##########
@@ -72,13 +73,14 @@ public FundData retrieveFund(final Long fundId) {
             this.context.authenticatedUser();
 
             final FundMapper rm = new FundMapper();
-            final String sql = "select " + rm.schema() + " where f.id = ?";
+            final String sql = "select " + rm.schema() + "where f.is_active = 
true where f.id = ?";

Review Comment:
   Incorrect sql. It has double WHERE parts...



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